Completed
Push — develop ( 92f00d...2e877d )
by Jöran
32:03 queued 16:27
created
Classes/Service/FileCollectionService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,7 +173,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.