Failed Conditions
Pull Request — master (#236)
by
unknown
03:01
created
src/Handler/UpdateCustomerHandler.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,7 @@
 block discarded – undo
15 15
 
16 16
     public function __construct(
17 17
         RepositoryInterface $customerRepository
18
-    )
19
-    {
18
+    ) {
20 19
         $this->customerRepository = $customerRepository;
21 20
     }
22 21
 
Please login to merge, or discard this patch.
src/Controller/Customer/UpdateCustomerAction.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,8 +44,7 @@
 block discarded – undo
44 44
         ValidationErrorViewFactoryInterface $validationErrorViewFactory,
45 45
         CustomerViewFactoryInterface $customerViewFactory,
46 46
         TokenStorageInterface $tokenStorage
47
-    )
48
-    {
47
+    ) {
49 48
         $this->viewHandler = $viewHandler;
50 49
         $this->validator = $validator;
51 50
         $this->bus = $bus;
Please login to merge, or discard this patch.