forked from cakephp/cakephp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
32 lines (30 loc) · 814 Bytes
/
phpstan.neon.dist
File metadata and controls
32 lines (30 loc) · 814 Bytes
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
29
30
31
32
includes:
- phpstan-baseline.neon
parameters:
level: 8
phpVersion:
min: 80200
max: 80599
treatPhpDocTypesAsCertain: false
featureToggles:
internalTag: true
bootstrapFiles:
- tests/bootstrap.php
paths:
- src/
ignoreErrors:
- identifier: missingType.iterableValue
- identifier: missingType.generics
- identifier: include.fileNotFound
- identifier: method.internalClass
- identifier: new.internalClass
- identifier: trait.unused
-
message: '#^Call to an undefined method PHPUnit\\Framework\\MockObject\\MockBuilder\<Cake\\ORM\\Table\>\:\:addMethods\(\)\.$#'
reportUnmatched: false
services:
-
class: Cake\PHPStan\AssociationTableMixinClassReflectionExtension
tags:
- phpstan.broker.methodsClassReflectionExtension
- phpstan.broker.propertiesClassReflectionExtension