We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f56f12 commit de935d0Copy full SHA for de935d0
phpstan-action.bash
@@ -9,7 +9,6 @@ curl --silent -H "User-agent: cURL (https://github.com/php-actions)" -L "$phar_u
9
chmod +x "${github_action_path}/phpstan.phar"
10
11
command_string=("phpstan")
12
-command_string+=("--no-ansi")
13
14
if [ -n "$ACTION_COMMAND" ]
15
then
0 commit comments