forked from propelorm/Propel2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpstan.neon
28 lines (28 loc) · 1.59 KB
/
phpstan.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
includes:
- phpstan-baseline.neon
parameters:
level: 6
checkGenericClassInNonGenericObjectType: false
checkMissingIterableValueType: false
reportUnmatchedIgnoredErrors: false
paths:
- '%rootDir%/../../../src/'
excludePaths:
- '%rootDir%/../../../src/Propel/Generator/Command/templates/*'
- '%rootDir%/../../../src/Propel/Generator/Behavior/AggregateColumn/templates/*'
- '%rootDir%/../../../src/Propel/Generator/Behavior/AggregateMultipleColumns/templates/*'
- '%rootDir%/../../../src/Propel/Generator/Behavior/I18n/templates/*'
- '%rootDir%/../../../src/Propel/Generator/Builder/Om/templates/*'
- '%rootDir%/../../../src/Propel/Generator/Behavior/Validate/templates/*'
- '%rootDir%/../../../src/Propel/Generator/Behavior/Archivable/templates/*'
- '%rootDir%/../../../src/Propel/Generator/Behavior/Delegate/templates/*'
- '%rootDir%/../../../src/Propel/Generator/Behavior/Sortable/templates/*'
- '%rootDir%/../../../src/Propel/Generator/Behavior/NestedSet/templates/*'
- '%rootDir%/../../../src/Propel/Runtime/Connection/PdoConnection.php'
- '%rootDir%/../../../src/Propel/Generator/Command/Helper/ConsoleHelper.php'
- '%rootDir%/../../../src/Propel/Generator/Command/InitCommand.php'
ignoreErrors:
- '#Call to an undefined method .+Collection::.+Array\(\)#'
-
message: "#^Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\TreeBuilder\\:\\:root\\(\\)\\.$#"
path: src/Propel/Common/Config/PropelConfiguration.php