Skip to content

Commit 3be0fa7

Browse files
committed
Keep unused BleedingEdgeToggle
1 parent 5f72bbc commit 3be0fa7

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)