Skip to content

Commit 8297e60

Browse files
authored
Update phpstan.neon.dist
``` Invalid configuration: Unexpected item 'parameters › checkAlwaysTrueCheckTypeFunctionCall'. Invalid configuration: Unexpected item 'parameters › checkAlwaysTrueInstanceof'. Invalid configuration: Unexpected item 'parameters › checkAlwaysTrueStrictComparison'. Invalid configuration: Unexpected item 'parameters › checkAlwaysTrueLooseComparison'. ```
1 parent dbcd242 commit 8297e60

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

phpstan.neon.dist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ parameters:
1313
- database/
1414
- routes/
1515
level: 5
16-
checkAlwaysTrueCheckTypeFunctionCall: true
17-
checkAlwaysTrueInstanceof: true
18-
checkAlwaysTrueStrictComparison: true
19-
checkAlwaysTrueLooseComparison: true
2016
checkClassCaseSensitivity: false
2117
checkDynamicProperties: true
2218
checkExplicitMixed: false

0 commit comments

Comments
 (0)