Updates for phpstan
This commit is contained in:
parent
51903f2f69
commit
512ae767bd
File diff suppressed because it is too large
Load Diff
|
|
@ -7,9 +7,8 @@ parameters:
|
||||||
paths:
|
paths:
|
||||||
- app
|
- app
|
||||||
excludePaths:
|
excludePaths:
|
||||||
- 'vendor/*'
|
- vendor/*
|
||||||
- resources/*
|
- resources/*
|
||||||
- '../resources/views/*'
|
|
||||||
- 'app/Jobs/Ninja/*'
|
- 'app/Jobs/Ninja/*'
|
||||||
- 'app/Models/Presenters/*'
|
- 'app/Models/Presenters/*'
|
||||||
- 'app/Console/Commands/*'
|
- 'app/Console/Commands/*'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue