-
Notifications
You must be signed in to change notification settings - Fork 1
/
phpstan.neon
28 lines (25 loc) · 953 Bytes
/
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:
- vendor/phpstan/phpstan-strict-rules/rules.neon
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
parameters:
level: 7
paths:
- src/
- tests/
exclude_analyse:
- %rootDir%/config/*
ignoreErrors:
- '#Only booleans are allowed in #'
-
message: '#Variable property access on object.#'
path: %currentWorkingDirectory%/src/Factories/EntityFactory.php
-
message: '#Variable method call on object.#'
path: %currentWorkingDirectory%/src/Factories/EntityFactory.php
-
message: '#Parameter \#4 \$routeArguments \(array\<string,#'
path: %currentWorkingDirectory%/src/Providers/ControllerInvokerProvider.php
-
message: '#Access to an undefined property object::#'
path: %currentWorkingDirectory%/src/Services/