We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cdfb8 commit 52007d3Copy full SHA for 52007d3
scripts/formatter.sh
@@ -20,7 +20,7 @@ elif [[ $LANGUAGE == 'php' ]]; then
20
else
21
PHP="php8"
22
fi
23
- CMD= "cd $FOLDER && composer update && composer dump-autoload && PHP_CS_FIXER_IGNORE_ENV=1 $PHP vendor/bin/php-cs-fixer fix lib/ --using-cache=no --allow-risky=yes"
+ CMD="cd $FOLDER && composer update && composer dump-autoload && PHP_CS_FIXER_IGNORE_ENV=1 $PHP vendor/bin/php-cs-fixer fix lib/ --using-cache=no --allow-risky=yes"
24
elif [[ $LANGUAGE == 'java' ]]; then
25
CMD="find $FOLDER -type f -name \"*.java\" | xargs java --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
26
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
0 commit comments