Added pint rules; Stricter eloquent settings

This commit is contained in:
Constantin Graf
2024-01-16 23:16:53 +01:00
parent 785e89593f
commit 89865b935b
106 changed files with 234 additions and 3 deletions

View File

@@ -53,7 +53,7 @@
"@php artisan key:generate --ansi"
],
"analyse": [
"@php ./vendor/bin/phpstan analyse --memory-limit=2G"
"@php ./vendor/bin/phpstan analyse --memory-limit=2G --configuration=phpstan.neon"
]
},
"extra": {