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

PHP73 Compatibility #22

Merged
merged 4 commits into from
Jul 26, 2019
Merged

Conversation

larsroettig
Copy link
Member

Fixes to support php7.3

Stepa4man and others added 2 commits June 21, 2019 17:26
…ing-continue-in-switch

MC-16959: 4) Warning: 'continue' targeting switch
@magento-cicd2
Copy link

magento-cicd2 commented Jul 19, 2019

CLA assistant check
All committers have signed the CLA.

@@ -898,7 +898,7 @@ protected function _parseCmapTable()
if ($language != 0) {
$this->_debugLog('Type 0 cmap tables must be language-independent;'
. ' language: %d; skipping', $language);
continue;
break;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This break can be omitted.
Has anyone tested the effect of this change?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes - can be removed - I tested it and create new PR:
magento-techdivision#2

ffalkone and others added 2 commits July 26, 2019 12:02
@danielrenaud danielrenaud merged commit 8221062 into magento:master Jul 26, 2019
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.

6 participants