Skip to content

Commit

Permalink
Merge pull request #215 from ray-di/pcd-hide
Browse files Browse the repository at this point in the history
Update Technical Information
  • Loading branch information
koriym authored Jul 8, 2024
2 parents c089dd6 + 99c8919 commit 22f9ae8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,10 @@ SevericeLocator::setReader(new AttributeReader);`

* See also the DI framework [Ray.Di](https://github.com/ray-di/Ray.Di) which integrates DI and AOP.

## Technical Information

* [Class Diagram](https://ray-di.github.io/Ray.Aop/images/php-class-diagram.svg) - Class interrelationship diagram created by [php-class-diagram](https://github.com/smeghead/php-class-diagram).

---

* Note: This documentation of the part is taken from [Guice/AOP](https://github.com/google/guice/wiki/AOP).
Expand Down

0 comments on commit 22f9ae8

Please sign in to comment.