12-05-2026 Frontend dev
This commit is contained in:
parent
405df0a122
commit
5b8bdf4182
779 changed files with 480564 additions and 6241 deletions
15
phpstan.neon
Normal file
15
phpstan.neon
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
includes:
|
||||
- vendor/larastan/larastan/extension.neon
|
||||
- vendor/nesbot/carbon/extension.neon
|
||||
- phpstan-baseline.neon
|
||||
|
||||
parameters:
|
||||
level: 4
|
||||
paths:
|
||||
- app
|
||||
- bootstrap/app.php
|
||||
- config
|
||||
- database/factories
|
||||
- database/seeders
|
||||
- routes
|
||||
tmpDir: storage/framework/cache/phpstan
|
||||
Loading…
Add table
Add a link
Reference in a new issue