-
-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy path.phpstan.neon
More file actions
31 lines (29 loc) · 791 Bytes
/
.phpstan.neon
File metadata and controls
31 lines (29 loc) · 791 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
includes:
- phar://%rootDir%/phpstan.phar/conf/bleedingEdge.neon
parameters:
level: 8
paths:
- src
- tests/cases
- tests/inc
- tests/bootstrap.php
fileExtensions:
- php
- phpt
earlyTerminatingMethodCalls:
Tester\Assert:
- fail
treatPhpDocTypesAsCertain: false
reportUnmatchedIgnoredErrors: false
ignoreErrors:
- { identifier: generics.callSiteVarianceRedundant }
- { identifier: unset.possiblyHookedProperty }
- { identifier: method.internal }
- { identifier: method.internalClass }
- { identifier: new.internalClass }
- '#Call to static method Tester\\Assert::type\(\).+will always evaluate to true\.#'
services:
-
class: NextrasTests\Orm\PHPStan\AssertTypeSpecifyingExtension
tags:
- phpstan.typeSpecifier.staticMethodTypeSpecifyingExtension