Skip to content

Commit a863445

Browse files
author
Lars Roettig
authored
Merge pull request #2 from magento-techdivision/feature/MC-16959-Warning-continue-in-switch
MC-16959: remove omitted break
2 parents b93bba5 + 289537e commit a863445

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/Zend/Pdf/FileParser/Font/OpenType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,6 @@ protected function _parseCmapTable()
898898
if ($language != 0) {
899899
$this->_debugLog('Type 0 cmap tables must be language-independent;'
900900
. ' language: %d; skipping', $language);
901-
break;
902901
}
903902
break;
904903

0 commit comments

Comments
 (0)