We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4bf69e commit b7ea2b7Copy full SHA for b7ea2b7
1 file changed
phpstan-baseline.neon
@@ -5,3 +5,15 @@ parameters:
5
identifier: catch.neverThrown
6
count: 1
7
path: src/Altcha.php
8
+
9
+ -
10
+ message: '#^Possibly invalid array key type mixed\.$#'
11
+ identifier: offsetAccess.invalidOffset
12
+ count: 1
13
+ path: src/Altcha.php
14
15
16
+ message: '#^Strict comparison using \=\=\= between false and int will always evaluate to false\.$#'
17
+ identifier: identical.alwaysFalse
18
19
+ path: src/Obfuscator.php
0 commit comments