Skip to content

Commit b7ea2b7

Browse files
committed
add phpstan-baseline.neon
1 parent f4bf69e commit b7ea2b7

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

phpstan-baseline.neon

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,15 @@ parameters:
55
identifier: catch.neverThrown
66
count: 1
77
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+
count: 1
19+
path: src/Obfuscator.php

0 commit comments

Comments
 (0)