Failed Conditions
Pull Request — master (#234)
by
unknown
02:41
created
src/Controller/Customer/UpdateCustomerAction.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,8 +72,7 @@
 block discarded – undo
72 72
         CustomerViewFactoryInterface $customerViewFactory,
73 73
         CustomerRepositoryInterface $customerRepository,
74 74
         TokenStorageInterface $tokenStorage
75
-    )
76
-    {
75
+    ) {
77 76
         $this->viewHandler = $viewHandler;
78 77
         $this->validator = $validator;
79 78
         $this->bus = $bus;
Please login to merge, or discard this patch.