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

[2/3] Refactors /core controllers using constructor property promotion. #38637

Merged

Commits on Jun 16, 2023

  1. Refactors controllers by using PHP8's constructor property promotion.

    Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
    fsamapoor authored and artonge committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4bf610e View commit details
    Browse the repository at this point in the history
  2. Fixes php-cs-fixer error.

    Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
    fsamapoor authored and artonge committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    468aefc View commit details
    Browse the repository at this point in the history
  3. Fixes psalm error.

    Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
    fsamapoor authored and artonge committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    73b7096 View commit details
    Browse the repository at this point in the history
  4. Applies agreed-upon indentation convention to the changed controllers.

    Based on nextcloud#38636 (comment)
    
    Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
    fsamapoor authored and artonge committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    d64aa85 View commit details
    Browse the repository at this point in the history