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

CS/QA: fix structure order within classes #531

Merged
merged 1 commit into from
Sep 17, 2021

Commits on Sep 17, 2021

  1. CS/QA: fix structure order within classes

    Classes should be structured like so:
    * trait uses
    * constants
    * public static properties
    * public properties
    * other properties
    * constructor
    * magic methods
    * other methods
    
    This fixes up the few violations within the code base to comply with this.
    jrfnl committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    da72e65 View commit details
    Browse the repository at this point in the history