Skip to content

Commit

Permalink
Update AbstractFixer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala authored Apr 7, 2024
1 parent 5aa6c8a commit b45b78c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stubs/PhpCsFixer/AbstractFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
return;
}

abstract class AbstractFixer
use PhpCsFixer\Fixer\FixerInterface;

abstract class AbstractFixer implements FixerInterface
{
}

0 comments on commit b45b78c

Please sign in to comment.