generated from Setono/SyliusPluginSkeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathphpstan.neon
More file actions
36 lines (29 loc) · 861 Bytes
/
phpstan.neon
File metadata and controls
36 lines (29 loc) · 861 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
32
33
34
35
36
parameters:
level: max
paths:
- src
- tests
excludePaths:
- tests/Application/*
bootstrapFiles:
- vendor/autoload.php
# Symfony Configuration
symfony:
consoleApplicationLoader: tests/PHPStan/console_application.php
# Doctrine Configuration
doctrine:
repositoryClass: Doctrine\ORM\EntityRepository
objectManagerLoader: tests/PHPStan/object_manager.php
reportUnmatchedIgnoredErrors: false
treatPhpDocTypesAsCertain: false
ignoreErrors:
-
identifier: doctrine.associationType
-
identifier: doctrine.columnType
-
identifier: missingType.generics
-
identifier: missingType.iterableValue
-
identifier: catch.neverThrown