-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: squizlabs/PHP_CodeSniffer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 23 files changed
- 5 contributors
Commits on May 7, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for 8041fc5 - Browse repository at this point
Copy the full SHA 8041fc5View commit details
Commits on May 9, 2017
-
Fixed bug #1442 : T_NULLABLE detection not working for nullable param…
…eters and return type hints in some cases
Configuration menu - View commit details
-
Copy full SHA for 6e6a3ed - Browse repository at this point
Copy the full SHA 6e6a3edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 809ac85 - Browse repository at this point
Copy the full SHA 809ac85View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee4bc19 - Browse repository at this point
Copy the full SHA ee4bc19View commit details
Commits on May 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for dcbed10 - Browse repository at this point
Copy the full SHA dcbed10View commit details
Commits on Jul 6, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for 5773253 - Browse repository at this point
Copy the full SHA 5773253View commit details
Commits on Jul 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 393ffff - Browse repository at this point
Copy the full SHA 393ffffView commit details
Commits on Jul 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 68fb8e5 - Browse repository at this point
Copy the full SHA 68fb8e5View commit details
Commits on Feb 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c2abeee - Browse repository at this point
Copy the full SHA c2abeeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for fed288d - Browse repository at this point
Copy the full SHA fed288dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58c6ac5 - Browse repository at this point
Copy the full SHA 58c6ac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eba2c8 - Browse repository at this point
Copy the full SHA 7eba2c8View commit details
Commits on Feb 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8a457eb - Browse repository at this point
Copy the full SHA 8a457ebView commit details
Commits on Sep 15, 2018
-
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.
1Configuration menu - View commit details
-
Copy full SHA for 71fb5c5 - Browse repository at this point
Copy the full SHA 71fb5c5View commit details
Commits on Nov 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c11a3ea - Browse repository at this point
Copy the full SHA c11a3eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2acf168 - Browse repository at this point
Copy the full SHA 2acf168View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4665f64 - Browse repository at this point
Copy the full SHA 4665f64View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...2.9