-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon.dist
22 lines (22 loc) · 1.31 KB
/
phpstan.neon.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
parameters:
checkGenericClassInNonGenericObjectType: false
level: 8
parallel:
processTimeout: 180.0
fileExtensions:
- php
- phtml
paths:
- %currentWorkingDirectory%/module
ignoreErrors:
- '/Call to an undefined method Laminas\\EventManager\\EventInterface::\w+\(\)\./'
- '/Call to an undefined method Laminas\\Form\\ElementInterface::\w+\(\)\./'
- '/Call to an undefined method Laminas\\Stdlib\\RequestInterface::\w+\(\)./'
- '/Call to an undefined method Laminas\\Stdlib\\ResponseInterface::getHeaders\(\)\./'
- '/Call to an undefined method Laminas\\View\\Helper\\HeadTitle::setSeparator\(\)\./'
- '/Call to an undefined method Laminas\\View\\Renderer\\PhpRenderer::\w+\(\)\./'
- '/Call to an undefined method Laminas\\View\\Renderer\\RendererInterface::\w+\(\)\./'
- '/Call to an undefined method Prophecy\\Prophecy\\ObjectProphecy::\w+\(\)\./'
- '/Method MoneyLog\\Controller\\\w+::\w+\(\) return type has no value type specified in iterable type Laminas\\View\\Model\\ViewModel\./'
- '/PHPDoc tag @var for variable \$form has no value type specified in iterable type \w+\\Form\\\w+\./'
- '/Parameter #1 \(Laminas\\View\\Helper\\Partial\|string\) of echo cannot be converted to string\./'