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

Extend coding standard with new rules #15

Merged
merged 7 commits into from
Feb 1, 2024

Commits on Jan 30, 2024

  1. enh: Force short array syntax

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c16b059 View commit details
    Browse the repository at this point in the history
  2. enh: Forbid yoda style comparison

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d9cd7a3 View commit details
    Browse the repository at this point in the history
  3. enh: Set type as nullable when default value is null (needed for PHP …

    …8.4)
    
    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1dedda4 View commit details
    Browse the repository at this point in the history
  4. enh: Remove namespace from class FQDN if there is a use statement

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    2fce407 View commit details
    Browse the repository at this point in the history
  5. enh: Remove leading slash in use statements

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7180117 View commit details
    Browse the repository at this point in the history
  6. enh: Force short syntax for list as well

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a60ff69 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. chore: Add missing entries to changelog

    Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
    come-nc committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c178f60 View commit details
    Browse the repository at this point in the history