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

Uses PHP8's constructor property promotion in core/Command/Encryption #38762

Commits on Jun 20, 2023

  1. Uses PHP8's constructor property promotion in core/Command/Encryption…

    … classes.
    
    Signed-off-by: Faraz Samapoor <fsa@adlas.at>
    Faraz Samapoor authored and artonge committed Jun 20, 2023
    Copy the full SHA
    f9a9ad5 View commit details
    Browse the repository at this point in the history
  2. Fixes php-cs error.

    Signed-off-by: Faraz Samapoor <fsa@adlas.at>
    Faraz Samapoor authored and artonge committed Jun 20, 2023
    Copy the full SHA
    2ace19f View commit details
    Browse the repository at this point in the history
  3. Moves single constructor parameters to new lines.

    Based on:
    nextcloud#38764 (comment)
    
    Signed-off-by: Faraz Samapoor <fsa@adlas.at>
    Faraz Samapoor authored and artonge committed Jun 20, 2023
    Copy the full SHA
    bcfbcbb View commit details
    Browse the repository at this point in the history
  4. Update core/Command/Encryption/EncryptAll.php

    Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
    Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
    2 people authored and artonge committed Jun 20, 2023
    Copy the full SHA
    9c2abae View commit details
    Browse the repository at this point in the history
  5. Update core/Command/Encryption/DecryptAll.php

    Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
    Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
    2 people authored and artonge committed Jun 20, 2023
    Copy the full SHA
    90035e9 View commit details
    Browse the repository at this point in the history