Passed
Push — master ( d5f19b...224c1d )
by Aimeos
03:33
created
controller/frontend/src/Controller/Frontend/Customer/Standard.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,8 +53,7 @@
 block discarded – undo
53 53
 			 */
54 54
 			$groupIds = (array) $context->getConfig()->get( 'controller/frontend/customer/groupids', [] );
55 55
 			$this->item = $this->manager->createItem()->setGroups( $groupIds );
56
-		}
57
-		else
56
+		} else
58 57
 		{
59 58
 			$this->item = $this->manager->get( $userid, [], true );
60 59
 		}
Please login to merge, or discard this patch.