Skip to content

Commit e0ffac7

Browse files
authored
Fix PHPStan (#109)
1 parent 61325d6 commit e0ffac7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpstan-baseline.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ parameters:
7373
path: src/Cache/RouteMetadata/YamlMetadataProvider.php
7474

7575
-
76-
message: '#^Comparison operation "\>\=" between 2 and 1 is always true\.$#'
76+
message: '#^Comparison operation "\>\=" between 3 and 1 is always true\.$#'
7777
identifier: greaterOrEqual.alwaysTrue
7878
count: 1
7979
path: src/Command/DebugCommand.php

0 commit comments

Comments
 (0)