diff --git a/.github/phpstan.neon b/.github/phpstan.neon index 0aeee55..52d7907 100644 --- a/.github/phpstan.neon +++ b/.github/phpstan.neon @@ -1,7 +1,6 @@ parameters: ignoreErrors: - - '#PHPDoc tag @var for property Slub\\Mods\\Element\\Xml\\Element::\$values with type array\|false is not subtype of native type array\.#' - - '#PHPDoc tag @return with type array\|false is not subtype of native type array\.#' + - '#PHPDoc tag \@var for property Slub\\Mods\\Element\\Xml\\Element::\$values with type array\|false\|null is not subtype of native type array\.#' - '#Property Slub\\Mods\\Element\\Specific\\OriginInfo\\Issuance::\$allowedValues is never read, only written\.#' level: 5 paths: