🆙 Back full 🆙

This commit is contained in:
Remco
2026-01-21 17:53:33 +01:00
parent 1776e75a6c
commit e233b55c34
7 changed files with 251 additions and 7 deletions
+1 -6
View File
@@ -11,23 +11,18 @@ parameters:
level: max
excludePaths:
- app/Console/Kernel.php
- app/Exceptions/Handler.php
- bootstrap
- storage
- vendor
- database/seeders/WebsiteArticleSeeder.php
ignoreErrors:
- '#PHPDoc tag @var#'
- '#Unsafe usage of new static#'
- '#uses generic trait .*HasFactory but does not specify its types#'
- '#extends generic class .*Factory but does not specify its types#'
- '#extends generic class .*Builder but does not specify its types#'
- '#return type with generic class .*Builder does not specify its types#'
- '#return type has no value type specified in iterable type array#'
- '#has parameter \$\w+ with no value type specified in iterable type array#'
- '#Call to function is_string\\(\\) with .* will always evaluate to true#'
- '#should return array<string, mixed> but returns array#'
reportUnmatchedIgnoredErrors: false
reportUnmatchedIgnoredErrors: true