-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
26 lines (26 loc) · 1.44 KB
/
phpstan.neon
File metadata and controls
26 lines (26 loc) · 1.44 KB
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
includes:
parameters:
level: 5
treatPhpDocTypesAsCertain: false
paths:
- %currentWorkingDirectory%
excludePaths:
- vendor
scanFiles:
earlyTerminatingMethodCalls:
ignoreErrors:
- '#Parameter .* has invalid type Ibexa\\Migration\\MigrationService#'
- '#Property .* has unknown class Ibexa\\Migration\\MigrationService#'
- '#Call to method .* on an unknown class Ibexa\\Migration\\MigrationService#'
- '#Parameter .* has invalid type Ibexa\\Contracts\\Migration\\Metadata\\Storage\\MetadataStorage#'
- '#Property .* has unknown class Ibexa\\Contracts\\Migration\\Metadata\\Storage\\MetadataStorage#'
- '#Call to method .* on an unknown class Ibexa\\Contracts\\Migration\\Metadata\\Storage\\MetadataStorage#'
- '#Instantiated class Ibexa\\Migration\\Metadata\\ExecutionResult not found#'
- '#Call to method .* on an unknown class Ibexa\\Migration\\Metadata\\ExecutionResult#'
- '#Call to protected method create(Stub|Mock)\(\) of class PHPUnit\\Framework\\TestCase#'
- '#Call to protected method getMockBuilder\(\) of class PHPUnit\\Framework\\TestCase#'
- '#Call to protected method never\(\) of class PHPUnit\\Framework\\TestCase#'
- '#Function app not found#'
reportUnmatchedIgnoredErrors: false
universalObjectCratesClasses:
- PHPUnit\Framework\TestCase