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 941c905 commit e6e3d22Copy full SHA for e6e3d22
phpstan.neon
@@ -25,6 +25,13 @@ parameters:
25
switchConditionsMatchingType: true
26
uselessCast: true
27
28
+ type_coverage:
29
+ declare: 100
30
+ return: 100
31
+ param: 100
32
+ property: 100
33
+ constant: 100
34
+
35
ignoreErrors:
36
# ignore errors caused by defensive programming
37
- '#Call to function assert\(\) with true will always evaluate to true.#'
0 commit comments