You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/php_api_ref/phpdoc.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ DXP_EDITIONS=(oss headless experience commerce); # Available editions ordered by
12
12
PHPDOC_VERSION='3.7.1';# Version of phpDocumentor used to build the Reference
13
13
PHPDOC_CONF="$(pwd)/tools/php_api_ref/phpdoc.dist.xml";# Absolute path to phpDocumentor configuration file
14
14
#PHPDOC_CONF="$(pwd)/tools/php_api_ref/phpdoc.dev.xml"; # Absolute path to phpDocumentor configuration file
15
-
PHPDOC_TEMPLATE_VERSION='3.5.3';# Version of the phpDocumentor base template set
15
+
PHPDOC_TEMPLATE_VERSION='3.7.1';# Version of the phpDocumentor base template set
16
16
PHPDOC_DIR="$(pwd)/tools/php_api_ref/.phpdoc";# Absolute path to phpDocumentor resource directory (containing the override template set)
17
17
18
18
PHP_BINARY="php -d error_reporting=`php -r 'echo E_ALL & ~E_DEPRECATED;'`";# Avoid depreciation messages from phpDocumentor/Reflection/issues/529 when using PHP 8.2 or higher
0 commit comments