mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
fix: upgrade PHPStan config
This commit is contained in:
parent
2ea5108e30
commit
ba1ab7a6ae
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ parameters:
|
||||||
# Laravel factories allow declaration of dynamic methods as "states"
|
# Laravel factories allow declaration of dynamic methods as "states"
|
||||||
- '#Call to an undefined method Illuminate\\Database\\Eloquent\\Factories\\Factory::#'
|
- '#Call to an undefined method Illuminate\\Database\\Eloquent\\Factories\\Factory::#'
|
||||||
|
|
||||||
excludes_analyse:
|
excludePaths:
|
||||||
- ./routes/console.php
|
- ./routes/console.php
|
||||||
- ./app/Services/Util.php
|
- ./app/Services/Util.php
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue