From 5203d31ce45c2600d4e02eca1237b391200932fd Mon Sep 17 00:00:00 2001 From: Beatrycze Volk Date: Mon, 17 Jun 2024 11:09:49 +0200 Subject: [PATCH] Remove fixed warning from PHPStan config --- .github/phpstan.neon | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: