forked from Dukecity/CommandSchedulerBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphpstan.neon
More file actions
executable file
·32 lines (27 loc) · 790 Bytes
/
phpstan.neon
File metadata and controls
executable file
·32 lines (27 loc) · 790 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
parameters:
editorUrl: 'phpstorm://open?file=%%file%%&line=%%line%%'
level: 6
paths:
- Command
- Controller
- DependencyInjection
- Entity
- Event
- EventSubscriber
- Form
- Notification
- Resources/config
- Service
- Validator
#- Tests
#https://phpstan.org/config-reference
excludePaths:
- %currentWorkingDirectory%/.github/*
- %currentWorkingDirectory%/build/*.php
- %currentWorkingDirectory%/vendor/*.php
- %currentWorkingDirectory%/Resources
- %currentWorkingDirectory%/Tests/App/AppKernel.php
ignoreErrors:
#includes:
#- vendor/phpstan/phpstan-phpunit/extension.neon
#- vendor/phpstan/phpstan-phpunit/rules.neon