Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Technical Information #215

Merged
merged 2 commits into from
Jul 8, 2024
Merged

Update Technical Information #215

merged 2 commits into from
Jul 8, 2024

Commits on Jul 8, 2024

  1. Add option to hide private methods in PHP class diagram

    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.
    koriym committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8ab7179 View commit details
    Browse the repository at this point in the history
  2. Add technical information section in README

    A new section called "Technical Information" has been added to the README file. This section includes a class diagram link, providing visualization of class interrelationships. The diagram was created using the php-class-diagram tool. Thanks @smeghead san!
    koriym committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    99c8919 View commit details
    Browse the repository at this point in the history