Skip to content

Commit 39167de

Browse files
authored
fix: phpstan (#4058)
1 parent 78cb369 commit 39167de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.neon.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ parameters:
9292
# Expected, due to PHP 8 attributes
9393
- '#ReflectionProperty::getAttributes\(\)#'
9494
- '#ReflectionMethod::getAttributes\(\)#'
95-
- '#ReflectionClass<mixed>::getAttributes\(\)#'
95+
- '#ReflectionClass<object>::getAttributes\(\)#'
9696
- '#Constructor of class ApiPlatform\\Core\\Annotation\\ApiResource has an unused parameter#'
9797
- '#Constructor of class ApiPlatform\\Core\\Annotation\\ApiProperty has an unused parameter#'
9898

0 commit comments

Comments
 (0)