Completed
Pull Request — develop (#1301)
by Christian
19s
created
src/N98/Magento/Command/Config/SearchCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
 
134 134
         foreach ($elements as $elementData) {
135 135
             // search in label
136
-            if (isset($elementData['label']) && mb_stripos((string)$elementData['label'], $searchTerm) !== false) {
136
+            if (isset($elementData['label']) && mb_stripos((string) $elementData['label'], $searchTerm) !== false) {
137 137
                 // if element has a path, add it to the result
138 138
                 if (isset($elementData['path'])) {
139 139
                     $element = $this->configStructure->getElementByConfigPath($elementData['path']);
Please login to merge, or discard this patch.