Skip to content

Commit

Permalink
Improve phpstan config
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Oct 15, 2023
1 parent 70e3abd commit a3ef01e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
includes:
- vendor/nunomaduro/larastan/extension.neon
parameters:
level: 5
databaseMigrationsPath:
- database/migrations/
- vendor/orchestra/testbench-core/laravel/migrations/
paths:
- src/
- config/
- database/
- routes/
level: 5
ignoreErrors:
- '#^Unsafe usage of new static#'

0 comments on commit a3ef01e

Please sign in to comment.