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

Support PHP 7.3 #2158

Merged
merged 1 commit into from
Nov 7, 2018
Merged

Conversation

NickDickinsonWilde
Copy link

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.

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.
@jrfnl
Copy link
Contributor

jrfnl commented Sep 15, 2018

FYI: In the PHPCS 3.x master, this was fixed in PHCPS 3.3.1 via PR #2086.

@NickDickinsonWilde
Copy link
Author

Yeah I saw it was fixed in 3x, but I didn't check for when, thanks for the link/history @jrfnl
Re Failing check, that is on PHP 5.4 and looks like it is not related to this (composer errors before tests start)

@gsherwood gsherwood merged commit 71fb5c5 into squizlabs:2.9 Nov 7, 2018
gsherwood added a commit that referenced this pull request Nov 7, 2018
gsherwood added a commit that referenced this pull request Nov 7, 2018
@gsherwood
Copy link
Member

Thanks. I've merged this in and fixed the two additional ones in the CSS tokenizer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants