-
-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathphpstan.neon
More file actions
22 lines (20 loc) · 582 Bytes
/
Copy pathphpstan.neon
File metadata and controls
22 lines (20 loc) · 582 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
parameters:
level: 6
paths:
- src
# - tests
# things we disable for the moment, but one day...
inferPrivatePropertyTypeFromConstructor: true
ignoreErrors:
-
message: '#Unsafe usage of new static\(\).#'
path: %currentWorkingDirectory%
-
message: '#Parameter \#1 \$command of class Symfony\\Component\\Process\\Process constructor expects array, string given.#'
path: src/GitElephant/Command/Caller/Caller.php
-
identifier: missingType.iterableValue
-
identifier: missingType.generics
includes:
- vendor/phpstan/phpstan-phpunit/extension.neon