-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
17 lines (15 loc) · 761 Bytes
/
phpstan.neon.dist
File metadata and controls
17 lines (15 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
includes:
- vendor/phpstan/phpstan-strict-rules/rules.neon
parameters:
level: 4
paths: [src]
treatPhpDocTypesAsCertain: false
checkMissingIterableValueType: false
ignoreErrors:
- "#^Construct empty\\(\\) is not allowed. Use more strict comparison.$#"
-
message: "#^Variable \\$deleteItem might not be defined|Variable method call on Psr\\\\Cache\\\\CacheItemPoolInterface\\|Psr\\\\SimpleCache\\\\CacheInterface.$#"
path: src/FastCache.php
-
message: "#^Short ternary operator is not allowed. Use null coalesce operator if applicable or consider using long ternary|Class Symfony\\\\Component\\\\Cache\\\\DoctrineProvider not found.$#"
path: src/AdapterFactory.php