🆙 Fix more errors php stan 🆙

This commit is contained in:
Remco
2026-01-19 17:50:34 +01:00
parent 521f9c884c
commit 649f9f311d
26 changed files with 210 additions and 68 deletions
+26
View File
@@ -0,0 +1,26 @@
includes:
- vendor/larastan/larastan/extension.neon
parameters:
paths:
- app
- config
- database
- routes
level: 5
excludePaths:
- app/Console/Kernel.php
- app/Exceptions/Handler.php
- bootstrap
- storage
- vendor
ignoreErrors:
- '#PHPDoc tag @var#'
- '#Unsafe usage of new static#'
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
reportUnmatchedIgnoredErrors: false