forked from php-activerecord/activerecord
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon.dist
More file actions
28 lines (25 loc) · 873 Bytes
/
phpstan.neon.dist
File metadata and controls
28 lines (25 loc) · 873 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: 8
tmpDir: .stan-cache
paths:
- %currentWorkingDirectory%/lib
- %currentWorkingDirectory%/test/phpstan
reportUnmatchedIgnoredErrors: false
checkGenericClassInNonGenericObjectType: false
ignoreErrors:
services:
-
class: ActiveRecord\PhpStan\Model\ModelDynamicStaticMethodReturnTypeReflection
tags:
- phpstan.broker.dynamicStaticMethodReturnTypeExtension
-
class: ActiveRecord\PhpStan\Relation\RelationDynamicMethodReturnTypeReflection
tags:
- phpstan.broker.dynamicMethodReturnTypeExtension
-
class: ActiveRecord\PhpStan\Model\ModelMethodsClassReflectionExtension
tags:
- phpstan.broker.methodsClassReflectionExtension
includes:
- vendor/phpstan/phpstan-phpunit/extension.neon
- vendor/phpstan/phpstan-phpunit/rules.neon