Completed
Push — master ( 38192e...3b3b09 )
by Joschi
04:50
created
src/Admin/Infrastructure/Service/PersistenceService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     public function __construct(
88 88
         PersistenceAdapterFactoryInterface $persistenceAdapterFactory,
89 89
         ServiceServiceInterface $serviceService
90
-    ){
90
+    ) {
91 91
         $this->persistenceAdapterFactory = $persistenceAdapterFactory;
92 92
         $this->serviceService = $serviceService;
93 93
     }
Please login to merge, or discard this patch.
src/Admin/Infrastructure/Service/AbstractShellService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
     {
76 76
         $command = Binary::sudo($this->config['service']);
77 77
         array_map(
78
-            function ($argument) use ($command) {
78
+            function($argument) use ($command) {
79 79
                 $command->addArg($argument);
80 80
             },
81 81
             $arguments
Please login to merge, or discard this patch.