Completed
Push — master ( 38192e...3b3b09 )
by Joschi
04:50
created
src/Admin/Infrastructure/Factory/PhpFpmServiceFactory.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,6 @@
 block discarded – undo
51 51
     /**
52 52
      * Create a PHP FPM service instance
53 53
      *
54
-     * @param string $version PHP version
55 54
      * @return ShellServiceInterface PHP FPM service
56 55
      */
57 56
     public static function create($php)
Please login to merge, or discard this patch.
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.