We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986eed7 commit f77d252Copy full SHA for f77d252
entrypoint
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -e
3
4
-command_string="phpstan"
+command_string="phpstan --no-interaction --no-progress"
5
6
if [ -n "$action_command" ]
7
then
0 commit comments