@@ -173,7 +173,7 @@ |
||
| 173 | 173 | return strtolower($n->getName()); |
| 174 | 174 | }, $imageItems); |
| 175 | 175 | $configuration = $this->frontendConfigurationManager->getConfiguration(); |
| 176 | - switch($configuration['settings']['order']) { |
|
| 176 | + switch ($configuration['settings']['order']) { |
|
| 177 | 177 | case 'desc': |
| 178 | 178 | array_multisort($lowercase, SORT_DESC, SORT_STRING, $imageItems); |
| 179 | 179 | break; |