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 16fd5be commit dd4d8b9Copy full SHA for dd4d8b9
.github/workflows/api_refs.yaml
@@ -43,6 +43,8 @@ jobs:
43
#TODO: On 5.0, update tool to handle both PHP & REST APIs
44
tools/php_api_ref/phpdoc.sh
45
cat tools/php_api_ref/.phpdoc/template/package-edition-map.twig
46
+ sed -i 's//\\\E/' tools/php_api_ref/.phpdoc/template/package-edition-map.twig
47
+ cat tools/php_api_ref/.phpdoc/template/package-edition-map.twig
48
49
- name: Commit
50
run: |
0 commit comments