Skip to content

Commit a333c84

Browse files
committed
Revert "phpdoc.sh: Increase verbosity"
This reverts commit 98bf091.
1 parent 98bf091 commit a333c84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/php_api_ref/phpdoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
set -x;
3+
set +x;
44

55
AUTH_JSON=${1:-~/.composer/auth.json}; # Path to an auth.json file allowing to install the targeted edition and version
66
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

Comments
 (0)