File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ function assertPhpCodeSnifferIsInstalled($command)
9494 echo <<<INSTRUCTIONS
9595ERROR: PHP CodeSniffer does not seem to be installed because the ' $ command' program cannot be found.
9696You can install it by following the instructions here: https://github.com/squizlabs/PHP_CodeSniffer#installation
97+
9798INSTRUCTIONS ;
9899 exit (1 );
99100 }
@@ -105,6 +106,7 @@ function assertPhpCsFixerIsInstalled()
105106 echo <<<'INSTRUCTIONS'
106107ERROR: PHP-CS-Fixer does not seem to be installed because the 'php-cs-fixer' program cannot be found.
107108You can install it by following the instructions here: https://github.com/FriendsOfPHP/PHP-CS-Fixer#installation
109+
108110INSTRUCTIONS;
109111 exit (1 );
110112 }
@@ -118,5 +120,6 @@ Available commands:
118120- pretty fix: fix as many errors as possible in the code
119121- pretty ci: runs an analysis in a continuous integration environment
120122- pretty help: displays this help
123+
121124HELP;
122125}
You can’t perform that action at this time.
0 commit comments