Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nextcloud/coding-standard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: nextcloud/coding-standard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 8 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 30, 2024

  1. enh: Force short array syntax

    Signed-off-by: Côme Chilliet <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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 <[email protected]>
    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
  2. Merge pull request #15 from nextcloud/enh/extend-coding-standard

    Extend coding standard with new rules
    nickvergessen authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    424cdd9 View commit details
    Browse the repository at this point in the history
Loading