diff --git a/phpstan-action.bash b/phpstan-action.bash index 288620f..ab54d59 100755 --- a/phpstan-action.bash +++ b/phpstan-action.bash @@ -9,7 +9,6 @@ curl --silent -H "User-agent: cURL (https://github.com/php-actions)" -L "$phar_u chmod +x "${github_action_path}/phpstan.phar" command_string=("phpstan") -command_string+=("--no-ansi") if [ -n "$ACTION_COMMAND" ] then