mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore(tooling): add PHPStan level max
This commit is contained in:
parent
196054c543
commit
01654288b1
1 changed files with 14 additions and 0 deletions
14
phpstan.neon
Normal file
14
phpstan.neon
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
includes:
|
||||
- vendor/larastan/larastan/extension.neon
|
||||
- vendor/nesbot/carbon/extension.neon
|
||||
|
||||
parameters:
|
||||
paths:
|
||||
- app
|
||||
- bootstrap
|
||||
- config
|
||||
- database
|
||||
- resources
|
||||
- routes
|
||||
|
||||
level: max
|
||||
Loading…
Reference in a new issue