Skip to content

Commit f1ac488

Browse files
authored
PhpStan: Ignore this variable in Passwords. (#44)
1 parent 869308a commit f1ac488

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/phpstan.neon

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ includes:
33

44
parameters:
55
treatPhpDocTypesAsCertain: false
6+
ignoreErrors:
7+
- '#Variable \$this in isset\(\) always exists and is not nullable\.#'

0 commit comments

Comments
 (0)