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