Merge pull request #4561 from oleibman/docnoprivate

Remove Private Methods/Properties From Online Doc
This commit is contained in:
oleibman
2025-07-31 00:09:03 +00:00
committed by GitHub
+2 -2
View File
@@ -23,8 +23,8 @@ jobs:
- name: Build API documentation
run: |
curl -LO https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.5.0/phpDocumentor.phar
php phpDocumentor.phar --directory src/ --target docs/api
curl -LO https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.8.1/phpDocumentor.phar
php phpDocumentor.phar --directory src/ --target docs/api --visibility=public,protected
- name: Deploy to GithHub Pages
uses: peaceiris/actions-gh-pages@v3