Skip to content

Commit

Permalink
Restore unwanted change on lint-php-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianBustamante authored Jul 22, 2024
1 parent 464df4a commit 3cf110e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lint-php-staged.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ if [ -z "$CHANGED_STAGED_PHP_FILES" ]; then
echo "No modified PHP files are staged. Exiting."
exit 0
fi
#vendor/bin/phpcs-changed --warning-severity=0 --extensions=php --git --git-staged $CHANGED_STAGED_PHP_FILES
vendor/bin/phpcs-changed --warning-severity=0 --extensions=php --git --git-staged $CHANGED_STAGED_PHP_FILES

0 comments on commit 3cf110e

Please sign in to comment.