Skip to content

Commit

Permalink
Use level 8 for PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Jan 7, 2025
1 parent 1f1c6c2 commit 80bc0af
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
parameters:
level: 6
level: 8
paths:
- src
- tests
ignoreErrors:
-
message: '#Method [a-zA-Z0-9\\_]+::test#'
identifier: missingType.iterableValue
path: tests
path: tests
-
message: '#Property [a-zA-Z0-9\\_]+::\$historyContainer#'
identifier: assign.propertyType
path: tests/Context/ApiContextTest.php

0 comments on commit 80bc0af

Please sign in to comment.