Skip to content

Commit

Permalink
Fix coding style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kpicaza committed Jul 25, 2022
1 parent 3293f6a commit b15300c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Exception/InvalidStrategyTypeGiven.php
Expand Up @@ -8,7 +8,6 @@

final class InvalidStrategyTypeGiven extends InvalidArgumentException
{

public static function withType(string $strategyType): self
{
return new self(sprintf('Unknown toggle strategy type %s given.', $strategyType));
Expand Down

0 comments on commit b15300c

Please sign in to comment.