Skip to content

Commit 98bf091

Browse files
committed
phpdoc.sh: Increase verbosity
1 parent 1196a70 commit 98bf091

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)