Skip to content

Commit 6b08873

Browse files
committed
Update PHPStan
1 parent 523d379 commit 6b08873

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

phpstan-baseline.neon

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parameters:
22
ignoreErrors:
33
-
4-
message: '#^Comparison operation "\>" between 7 and 5 is always true\.$#'
4+
message: '#^Comparison operation "\>" between 8 and 5 is always true\.$#'
55
identifier: greater.alwaysTrue
66
count: 1
77
path: src/Attribute/RouteParamValue/DynamicValues.php
@@ -13,7 +13,7 @@ parameters:
1313
path: src/Attribute/RouteParamValue/EnumValues.php
1414

1515
-
16-
message: '#^Comparison operation "\>" between 7 and 5 is always true\.$#'
16+
message: '#^Comparison operation "\>" between 8 and 5 is always true\.$#'
1717
identifier: greater.alwaysTrue
1818
count: 1
1919
path: src/Attribute/RouteParamValue/PropertyValues.php
@@ -73,13 +73,13 @@ parameters:
7373
path: src/Cache/RouteMetadata/YamlMetadataProvider.php
7474

7575
-
76-
message: '#^Comparison operation "\>\=" between 4 and 1 is always true\.$#'
77-
identifier: greaterOrEqual.alwaysTrue
76+
message: '#^Comparison operation "\>\=" between 0 and 1 is always false\.$#'
77+
identifier: greaterOrEqual.alwaysFalse
7878
count: 1
7979
path: src/Command/DebugCommand.php
8080

8181
-
82-
message: '#^Comparison operation "\>\=" between 7 and 7 is always true\.$#'
82+
message: '#^Comparison operation "\>\=" between 8 and 7 is always true\.$#'
8383
identifier: greaterOrEqual.alwaysTrue
8484
count: 1
8585
path: src/Command/DebugCommand.php
@@ -103,19 +103,19 @@ parameters:
103103
path: src/Command/DebugCommand.php
104104

105105
-
106-
message: '#^Strict comparison using \=\=\= between 7 and 6 will always evaluate to false\.$#'
106+
message: '#^Strict comparison using \=\=\= between 8 and 6 will always evaluate to false\.$#'
107107
identifier: identical.alwaysFalse
108108
count: 1
109109
path: src/Command/DebugCommand.php
110110

111111
-
112-
message: '#^Comparison operation "\<\=" between 7 and 5 is always false\.$#'
112+
message: '#^Comparison operation "\<\=" between 8 and 5 is always false\.$#'
113113
identifier: smallerOrEqual.alwaysFalse
114114
count: 1
115115
path: src/DependencyInjection/CompilerPass/RegisterExpressionLanguageProvidersPass.php
116116

117117
-
118-
message: '#^Comparison operation "\<\=" between 7 and 5 is always false\.$#'
118+
message: '#^Comparison operation "\<\=" between 8 and 5 is always false\.$#'
119119
identifier: smallerOrEqual.alwaysFalse
120120
count: 1
121121
path: src/DependencyInjection/CompilerPass/RegisterRouteParamServicesPass.php

0 commit comments

Comments
 (0)