Skip to content

Commit

Permalink
Add option to hide private methods in PHP class diagram
Browse files Browse the repository at this point in the history
In the PHP class diagram generation workflow, an option has been added to hide private methods. This change affects the visual representation of the code making it cleaner by reducing unnecessary information in the diagram.
  • Loading branch information
koriym committed Jul 8, 2024
1 parent c089dd6 commit 8ab7179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php-class-diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
output-path: ./images/php-class-diagram.svg
target-repo: ${{ github.repository }}
target-branch: ${{ github.ref_name }}
options: --hide-private-methods

- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8ab7179

Please sign in to comment.