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: PHP-CS-Fixer/PHP-CS-Fixer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.9.4
Choose a base ref
...
head repository: PHP-CS-Fixer/PHP-CS-Fixer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.9.5
Choose a head ref
  • 15 commits
  • 120 files changed
  • 5 contributors

Commits on Jul 15, 2022

  1. bumped version

    keradus committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    3fe97e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. bug: Fix trailing whitespace after moving brace (#6489)

    Fix trailing whitespace after moving brace
    julienfalque authored Jul 16, 2022
    Configuration menu
    Copy the full SHA
    b23c1c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. bug: Fix cases related to binary strings (#6432)

    Bug: Fix cases related to binary strings
    SpacePossum authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    e893f9b View commit details
    Browse the repository at this point in the history
  2. bug: TypeColonTransformer - fix for backed enum types (#6494)

    TypeColonTransformer - fix for backed enum types
    jrmajor authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    c873618 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. DX: Increase PHPStan level to 6 (#6468)

    Increase PHPStan level to 6
    julienfalque authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    8bb4bb2 View commit details
    Browse the repository at this point in the history
  2. bug: NoUnneededControlParenthesesFixer - Fix some curly close cases (#…

    …6502)
    
    NoUnneededControlParenthesesFixer - Fix some curly close cases
    SpacePossum authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    76bd49d View commit details
    Browse the repository at this point in the history
  3. DX: Narrow docblock types in Tokenizer (#6293)

    narrow docblock types in tokenizer
    jrmajor authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    fab645b View commit details
    Browse the repository at this point in the history
  4. DX: Narrow docblock types in Runner and Report (#6465)

    * narrow docblock types in runner
    
    * narrow docblock types in report
    
    * simplify
    jrmajor authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    b674087 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. bug: AlternativeSyntaxAnalyzer - fix for nested else (#6495)

    AlternativeSyntaxAnalyzer - fix for nested else
    
    Co-authored-by: SpacePossum <possumfromspace@gmail.com>
    jrmajor and SpacePossum authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    f63eb5d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. DX: Fix CI static analysis workflow (#6506)

    Fix CI static analysis workflow
    julienfalque authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    277c55a View commit details
    Browse the repository at this point in the history
  2. DX: Add tests for type colon in backed enums (#6497)

    Add tests for backed enum types
    jrmajor authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    f408220 View commit details
    Browse the repository at this point in the history
  3. minor: extract NoMultipleStatementsPerLineFixer from BracesFixer (#6458)

    extract NoMultipleStatementsPerLineFixer from BracesFixer
    
    Co-authored-by: SpacePossum <possumfromspace@gmail.com>
    julienfalque and SpacePossum authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    505adc1 View commit details
    Browse the repository at this point in the history
  4. DX: Fix PHPStan errors (#6504)

    Fix PHPStan errors
    julienfalque authored Jul 21, 2022
    Configuration menu
    Copy the full SHA
    40716fc View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. minor: Let PhpdocLineSpan fixer detect docblocks when seperator from …

    …token with attribute (#6343)
    
    Let PhpdocLineSpan fixer detect docblocks when seperator from token with attribute
    bobvandevijver authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    2389f5c View commit details
    Browse the repository at this point in the history
  2. prepared the 3.9.5 release

    keradus committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    4465d70 View commit details
    Browse the repository at this point in the history
Loading