Skip to content

Commit

Permalink
Merge pull request #2 from magento-techdivision/feature/MC-16959-Warn…
Browse files Browse the repository at this point in the history
…ing-continue-in-switch

MC-16959: remove omitted break
  • Loading branch information
Lars Roettig authored Jul 26, 2019
2 parents b93bba5 + 289537e commit a863445
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/Zend/Pdf/FileParser/Font/OpenType.php
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,6 @@ protected function _parseCmapTable()
if ($language != 0) {
$this->_debugLog('Type 0 cmap tables must be language-independent;'
. ' language: %d; skipping', $language);
break;
}
break;

Expand Down

0 comments on commit a863445

Please sign in to comment.