forked from propelorm/Propel2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
20 lines (20 loc) · 906 Bytes
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
includes:
- phpstan-baseline.neon
parameters:
level: 6
checkGenericClassInNonGenericObjectType: false
checkMissingIterableValueType: false
reportUnmatchedIgnoredErrors: false
paths:
- '%rootDir%/../../../src/'
ignoreErrors:
- '#Call to an undefined method .+Collection::.+Array\(\)#'
-
message: "#^Method .+\\\\ConsoleHelper::.+\\(\\) has no return type specified#"
path: src/Propel/Generator/Command/Helper/ConsoleHelper.php
-
message: "#^Method .+\\\\ConsoleHelper::.+\\(\\) has parameter \\$messages with no type specified#"
path: src/Propel/Generator/Command/Helper/ConsoleHelper.php
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\TreeBuilder\\:\\:root\\(\\)\\.$#"
path: src/Propel/Common/Config/PropelConfiguration.php