We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c594f7b commit e6c6851Copy full SHA for e6c6851
src/DependencyInjection/BleedingEdgeToggle.php
@@ -7,7 +7,7 @@ final class BleedingEdgeToggle
7
8
private static bool $bleedingEdge = false;
9
10
- public static function isBleedingEdge(): bool
+ public static function isBleedingEdge(): bool // @phpstan-ignore shipmonk.deadMethod (kept for future use)
11
{
12
return self::$bleedingEdge;
13
}
0 commit comments