chore: improve code quality - PHPStan level 5, add #[\Override] attributes, fix return types

This commit is contained in:
root
2026-05-23 18:44:16 +02:00
parent 6de250f49f
commit 7e8313a55b
6 changed files with 2581 additions and 4 deletions
+2 -4
View File
@@ -1,10 +1,8 @@
includes:
# - vendor/phpstan/phpstan/conf/bleedingEdge.neon
- phpstan-baseline.neon
parameters:
level: 3
level: 5
paths:
- app
excludePaths:
- app/Helpers/helper.php
reportUnmatchedIgnoredErrors: false