We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9347166 commit 33b103dCopy full SHA for 33b103d
‎.github/workflows/php-cs-fixer.yml
@@ -26,7 +26,7 @@ jobs:
26
if [ -f ./.php-cs-fixer.dist.php ]; then
27
echo "ARGS=--config=.php-cs-fixer.dist.php --allow-risky=yes" >> "$GITHUB_OUTPUT"
28
else
29
- echo "ARGS=fix . --allow-risky=yes" >> "$GITHUB_OUTPUT"
+ echo "ARGS=. --allow-risky=yes" >> "$GITHUB_OUTPUT"
30
fi
31
32
- name: Run PHP CS Fixer
0 commit comments