From 7c349252a0215b7bc6497e103cffd5859858e12f Mon Sep 17 00:00:00 2001 From: Alan Poulain Date: Fri, 12 Feb 2021 17:09:24 +0100 Subject: [PATCH] fix: phpstan --- phpstan.neon.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 131f24fe529..c4e2f5fc0fd 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -92,7 +92,7 @@ parameters: # Expected, due to PHP 8 attributes - '#ReflectionProperty::getAttributes\(\)#' - '#ReflectionMethod::getAttributes\(\)#' - - '#ReflectionClass::getAttributes\(\)#' + - '#ReflectionClass::getAttributes\(\)#' - '#Constructor of class ApiPlatform\\Core\\Annotation\\ApiResource has an unused parameter#' - '#Constructor of class ApiPlatform\\Core\\Annotation\\ApiProperty has an unused parameter#'