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 cf3be22 commit 07bded0Copy full SHA for 07bded0
tools/php_api_ref/phpdoc.sh
@@ -134,6 +134,7 @@ $PHP_BINARY $PHPDOC_BIN -t php_api_reference;
134
if [ $? -eq 0 ]; then
135
echo -n 'Remove unneeded from phpDocumentor output… ';
136
rm -rf ./php_api_reference/files ./php_api_reference/graphs ./php_api_reference/indices ./php_api_reference/packages;
137
+ rm -f ./php_api_reference/classes/Symfony-*.html ./php_api_reference/namespaces/symfony*.html
138
echo -n 'Remove Symfony namespace from index… ';
139
awk 'NR==FNR{if (/.*"fqsen": "\\\\Symfony.*/) for (i=-1;i<=3;i++) del[NR+i]; next} !(FNR in del)' \
140
./php_api_reference/js/searchIndex.js \
0 commit comments