Skip to content

Commit

Permalink
NGSTACK-957 fix php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
amalija-ramljak committed Dec 17, 2024
1 parent f0102a6 commit d883e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Action/JSLinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
use function count;
use function escapeshellarg;
use function preg_match;
use function sprintf;

final class JSLinter extends Action
{
Expand Down
1 change: 1 addition & 0 deletions src/Action/JSPrettier.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
use function count;
use function escapeshellarg;
use function preg_match;
use function sprintf;

final class JSPrettier extends Action
{
Expand Down

0 comments on commit d883e34

Please sign in to comment.