We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0655d commit e6aef9eCopy full SHA for e6aef9e
1 file changed
phpstan.neon
@@ -12,8 +12,8 @@ parameters:
12
level: 8
13
ignoreErrors:
14
# This must be ignored because there is no way of fixing it.
15
- -
16
- message: '#^Function Safe\\passthru\(\) never assigns null to &\$result_code so it can be removed from the by\-ref type\.$#'
17
- identifier: parameterByRef.unusedType
18
- count: 1
19
- path: lib/special_cases.php
+ -
+ message: '#^Function Safe\\passthru\(\) never assigns null to &\$result_code so it can be removed from the by\-ref type\.$#'
+ identifier: parameterByRef.unusedType
+ count: 1
+ path: lib/special_cases.php
0 commit comments