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 df9ce5f commit ec9aa27Copy full SHA for ec9aa27
.phpstan.dist.phpunit.neon
@@ -7,15 +7,26 @@ parameters:
7
- errors
8
- tests/unit
9
tmpDir: .phpstan.phpunit.cache
10
- level: 6
+ level: 7
11
ignoreErrors:
12
+ -
13
+ message: '#^Cannot call method [a-zA-Z0-9]+\(\) on Mage_Core_Block_Abstract\|false.#'
14
-
15
identifier: missingType.iterableValue
16
17
identifier: phpunit.coversMethod
18
19
+ identifier: argument.type
20
+ path: tests/unit/Mage/Reports/Model/Resource/Report/CollectionTest.php
21
22
23
+ path: errors/processor.php
24
25
identifier: missingType.parameter
26
path: errors/processor.php
27
28
identifier: missingType.return
29
30
31
+ identifier: return.type
32
0 commit comments