-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathphpstan.neon
More file actions
28 lines (23 loc) · 777 Bytes
/
phpstan.neon
File metadata and controls
28 lines (23 loc) · 777 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
parameters:
level: 10
paths:
- global
- migrations
- src
- tests
checkMissingOverrideMethodAttribute: true
doctrine:
objectManagerLoader: tests/object-manager.php
symfony:
consoleApplicationLoader: tests/console-application.php
typeAliases:
psPhpFieldValue: 'App\Data\Definitions\Ages|App\Data\Definitions\ContactPermit|DateTimeImmutable|list<string>|string|int|bool|null'
psJsonFieldsData: 'array<string, list<string>|string|int|bool|null>'
psFixerConfig: 'array{replacements: array<string, string>, regex_prefix: string, regex_suffix: string}'
ignoreErrors:
- # This is from a recipe
message: '#.#'
count: 2
path: tests/bootstrap.php
includes:
- vendor/phpstan/phpstan/conf/bleedingEdge.neon