This repository was archived by the owner on Jan 26, 2019. It is now read-only.
Fix #174 PHP 7.3 continue warning#175
Open
elle-the-dev wants to merge 1 commit intoXaminProject:masterfrom
elle-the-dev:174.fixForPhp73
Open
Fix #174 PHP 7.3 continue warning#175elle-the-dev wants to merge 1 commit intoXaminProject:masterfrom elle-the-dev:174.fixForPhp73
elle-the-dev wants to merge 1 commit intoXaminProject:masterfrom
elle-the-dev:174.fixForPhp73
Conversation
Replace continue with break inside switch statements.
|
@everplays Any word when this will be merged and released? |
Contributor
|
Sorry guys, none of original developers/contributors are using this library anymore and as you can see, the project had no changes in the last two years. Hence, after a short chat with @fzerorubigd, we both agreed to archive the repository instead of adding support for newer php versions. This way, people can look for alternatives if/when they decide to upgrade. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace continue with break inside switch statements.
There are no test updates because the tests already fail for PHP 7.3 before this fix.