Skip to content

Commit 95b4e32

Browse files
authored
Merge pull request #4561 from oleibman/docnoprivate
Remove Private Methods/Properties From Online Doc
2 parents 0b75730 + bc6c09c commit 95b4e32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323

2424
- name: Build API documentation
2525
run: |
26-
curl -LO https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.5.0/phpDocumentor.phar
27-
php phpDocumentor.phar --directory src/ --target docs/api
26+
curl -LO https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.8.1/phpDocumentor.phar
27+
php phpDocumentor.phar --directory src/ --target docs/api --visibility=public,protected
2828
2929
- name: Deploy to GithHub Pages
3030
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)