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: squizlabs/PHP_CodeSniffer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: squizlabs/PHP_CodeSniffer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.9
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 23 files changed
  • 5 contributors

Commits on May 7, 2017

  1. Generic.Classes.OpeningBraceSameLine: Minor tweak for edge case scena…

    …rio.
    
    There might be a comment between the opening brace and the last part of the class declaration.
    The sniff currently did not take that into account.
    
    Fixed including unit test demonstrating the issue.
    jrfnl committed May 7, 2017
    Configuration menu
    Copy the full SHA
    8041fc5 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Fixed bug #1442 : T_NULLABLE detection not working for nullable param…

    …eters and return type hints in some cases
    gsherwood committed May 9, 2017
    Configuration menu
    Copy the full SHA
    6e6a3ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    809ac85 View commit details
    Browse the repository at this point in the history
  3. Changelog for #1448

    gsherwood committed May 9, 2017
    Configuration menu
    Copy the full SHA
    ee4bc19 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. Prepare for 2.9.1 release

    gsherwood committed May 22, 2017
    Configuration menu
    Copy the full SHA
    dcbed10 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2017

  1. Squiz/EmbeddedPHP sniff - prevent fixer conflict

    The `Squiz.PHP.EmbeddedPhp` sniff will create a fixer conflict with itself when it encounters a `//` comment just before the PHP close tag.
    
    The tokenizer will tokenize whitespace at the end of a `//` comment as part of the `T_COMMENT` token, so the fixer just keeps adding more spaces between the `T_COMMENT` and the `T_CLOSE_TAG` which in the next fixer round is then tokenized again as being part of the `T_COMMENT` resulting in the loop.
    jrfnl committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    5773253 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Changelog for #1549

    gsherwood committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    393ffff View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. Backported fix for #1496

    gsherwood committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    68fb8e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. backport Fixed bug #1890

    photodude authored Feb 9, 2018
    Configuration menu
    Copy the full SHA
    c2abeee View commit details
    Browse the repository at this point in the history
  2. Backport Fixed bug #1890

    photodude authored Feb 9, 2018
    Configuration menu
    Copy the full SHA
    fed288d View commit details
    Browse the repository at this point in the history
  3. Backport Fixed bug #1890

    photodude authored Feb 9, 2018
    Configuration menu
    Copy the full SHA
    58c6ac5 View commit details
    Browse the repository at this point in the history
  4. Backport Fixed bug #1890

    photodude authored Feb 9, 2018
    Configuration menu
    Copy the full SHA
    7eba2c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Configuration menu
    Copy the full SHA
    8a457eb View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2018

  1. Support PHP 7.3

    As per https://wiki.php.net/rfc/continue_on_switch_deprecation the use of `continue` is deprecate in switch statements and should use either break or continue 2.
    NickDickinsonWilde authored Sep 15, 2018
    1 Configuration menu
    Copy the full SHA
    71fb5c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Configuration menu
    Copy the full SHA
    c11a3ea View commit details
    Browse the repository at this point in the history
  2. Changelog for #2158

    gsherwood committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    2acf168 View commit details
    Browse the repository at this point in the history
  3. Changelog for 2.9.2

    gsherwood committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    4665f64 View commit details
    Browse the repository at this point in the history
Loading