Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Backport d0cd1d04 to 2.7 branch for PHP 7.3 compatibility #102

Closed
wants to merge 1 commit into from

Conversation

YetiCGN
Copy link

@YetiCGN YetiCGN commented Jul 17, 2019

This will get rid of a new warning that's caused in PHP 7.3 by the code below.

Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?

This has already been fixed for zend-stdlib 3.x but I need to run a legacy project with stdlib 2.7 on PHP 7.3.

No backwards compatibility issues, as the correct way to write said code has always been "break" at this point.

@YetiCGN
Copy link
Author

YetiCGN commented Jul 17, 2019

Duplicate of #101

@YetiCGN YetiCGN closed this Jul 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant