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 ab04335 commit 9d4f5a9Copy full SHA for 9d4f5a9
scripts/update-built-docs.sh
@@ -15,7 +15,7 @@ fi
15
16
# Download, extract and move
17
curl -L -s -o phpstorm-stubs.zip https://github.com/JetBrains/phpstorm-stubs/archive/refs/heads/master.zip
18
-unzip -q -d ./api-docs/sources/phpstorm-stubs ./phpstorm-stubs.zip && rm ./phpstorm-stubs.zip
+unzip -q -j -d ./api-docs/sources/phpstorm-stubs ./phpstorm-stubs.zip && rm ./phpstorm-stubs.zip
19
20
# Try as hard as possible to cleanup the dir
21
git ls-files ./api-docs/phpstorm-stubs/ | xargs -r -n 1 rm
0 commit comments