We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

Commit 5158eff5 authored by Rik ter Beek's avatar Rik ter Beek

add missing break

parent ce215abb
...@@ -60,6 +60,7 @@ class Converter implements \Magento\Framework\Config\ConverterInterface ...@@ -60,6 +60,7 @@ class Converter implements \Magento\Framework\Config\ConverterInterface
break; break;
case 'code_alt': case 'code_alt':
$typeArray['code_alt'] = $typeSubNode->nodeValue; $typeArray['code_alt'] = $typeSubNode->nodeValue;
break;
default: default:
break; break;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment