forked from ergebnis/factory-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
33 lines (27 loc) · 677 Bytes
/
Copy pathphpstan.neon
File metadata and controls
33 lines (27 loc) · 677 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
includes:
- phpstan-baseline.neon
parameters:
doctrine:
objectManagerLoader: config/object-manager.php
ergebnis:
noExtends:
classesAllowedToBeExtended:
- Ergebnis\FactoryBot\Definition\AbstractDefinition
- Ergebnis\FactoryBot\Test\Integration\AbstractTestCase
- Ergebnis\FactoryBot\Test\Unit\AbstractTestCase
- Example\Test\Unit\AbstractTestCase
- Faker\Generator
- InvalidArgumentException
- RuntimeException
inferPrivatePropertyTypeFromConstructor: true
level: max
paths:
- config/
- example/
- src/
- test/
- bin/console
- .php-cs-fixer.php
- rector.php
tmpDir: .build/phpstan/
treatPhpDocTypesAsCertain: false