Skip to content

Commit 671ab0d

Browse files
janedbalondrejmirtes
authored andcommitted
Keep unused BleedingEdgeToggle
1 parent 5c352cf commit 671ab0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/BleedingEdgeToggle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ final class BleedingEdgeToggle
77

88
private static bool $bleedingEdge = false;
99

10-
public static function isBleedingEdge(): bool
10+
public static function isBleedingEdge(): bool // @phpstan-ignore shipmonk.deadMethod (kept for future use)
1111
{
1212
return self::$bleedingEdge;
1313
}

0 commit comments

Comments
 (0)