Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ parameters:
count: 1
path: src/Attribute/RouteParamValue/DynamicValues.php

-
message: '#^Call to function is_a\(\) with arguments class\-string\<BackedEnum\>, ''BackedEnum'' and true will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: src/Attribute/RouteParamValue/EnumValues.php

-
message: '#^Comparison operation "\>" between 7 and 5 is always true\.$#'
identifier: greater.alwaysTrue
Expand All @@ -30,12 +36,6 @@ parameters:
count: 1
path: src/Cache/PropertyResolver/AssociationResolver.php

-
message: '#^Call to function is_subclass_of\(\) with class\-string\<object\> and class\-string will always evaluate to true\.$#'
identifier: function.alreadyNarrowedType
count: 1
path: src/Cache/PropertyResolver/PropertyResolver.php

-
message: '#^Parameter \#1 \$alias of class Sofascore\\PurgatoryBundle\\Attribute\\RouteParamValue\\DynamicValues constructor expects string, bool\|float\|int\|string\|Symfony\\Component\\Yaml\\Tag\\TaggedValue given\.$#'
identifier: argument.type
Expand Down