Skip to content

Commit

Permalink
[rector] Apply deadCode preset
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse committed Dec 27, 2024
1 parent 2692601 commit 1d01d4f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Player/StepProcessor/BlockStepProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
*/
class BlockStepProcessor implements StepProcessorInterface
{
public function __construct()
{
}

public function supports(AbstractStep $step, StepContext $stepContext, ScenarioContext $scenarioContext): bool
{
return $step instanceof BlockStep;
Expand Down

0 comments on commit 1d01d4f

Please sign in to comment.