Completed
Push — develop ( 9ace36...87bee0 )
by Erwin
04:45
created
src/ProcessHandler.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -7,12 +7,12 @@
 block discarded – undo
7 7
 
8 8
 class ProcessHandler
9 9
 {
10
-   /**
11
-    * Run the Symfony fromShellCommandLine
12
-    *
13
-    * @param string $command
14
-    * @return boolean
15
-    */
10
+    /**
11
+     * Run the Symfony fromShellCommandLine
12
+     *
13
+     * @param string $command
14
+     * @return boolean
15
+     */
16 16
     public function run(string $command): bool
17 17
     {
18 18
         $process = Process::fromShellCommandline($command, null, null, null, 999.00);
Please login to merge, or discard this patch.