You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,18 @@ parameters:
30
30
count:1
31
31
path:src/Metadata/AttributeMetadataFactory.php
32
32
33
+
-
34
+
message:'#^Method Patchlevel\\Hydrator\\Metadata\\AttributeMetadataFactory\:\:inferNormalizer\(\) has parameter \$type with generic class Symfony\\Component\\TypeInfo\\Type\\ObjectType but does not specify its types\: T$#'
35
+
identifier:missingType.generics
36
+
count:1
37
+
path:src/Metadata/AttributeMetadataFactory.php
38
+
39
+
-
40
+
message:'#^Parameter \#1 \$enum of class Patchlevel\\Hydrator\\Normalizer\\EnumNormalizer constructor expects class\-string\<BackedEnum\>\|null, string given\.$#'
41
+
identifier:argument.type
42
+
count:1
43
+
path:src/Metadata/AttributeMetadataFactory.php
44
+
33
45
-
34
46
message:'#^Parameter \#1 \$objectOrClass of class ReflectionClass constructor expects class\-string\<T of object\>\|T of object, string given\.$#'
0 commit comments