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 98bf091 commit a333c84Copy full SHA for a333c84
1 file changed
tools/php_api_ref/phpdoc.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-set -x;
+set +x;
4
5
AUTH_JSON=${1:-~/.composer/auth.json}; # Path to an auth.json file allowing to install the targeted edition and version
6
PHP_API_OUTPUT_DIR=${2:-./docs/api/php_api/php_api_reference}; # Path to the directory where the built PHP API Reference is hosted
0 commit comments