Skip to content

Commit e6aef9e

Browse files
committed
Fix
1 parent bc0655d commit e6aef9e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

phpstan.neon

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ parameters:
1212
level: 8
1313
ignoreErrors:
1414
# 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
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

0 commit comments

Comments
 (0)