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 ee1880f commit 9667454Copy full SHA for 9667454
phpstan-action.bash
@@ -19,7 +19,7 @@ if [ -n "$ACTION_PATH" ]
19
then
20
IFS=" "
21
read -r -a splitIFS <<< "$ACTION_PATH"
22
- for path in "${splitIFS[@]]}"
+ for path in "${splitIFS[@]}"
23
do
24
command_string+=("$path")
25
done
0 commit comments