Passed
Push — develop ( 4927f2...cbce63 )
by nguereza
02:13
created
src/Command/Shell.php 1 patch
Braces   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -54,8 +54,7 @@  discard block
 block discarded – undo
54 54
  * Class Shell
55 55
  * @package Platine\Console\Command
56 56
  */
57
-class Shell
58
-{
57
+class Shell {
59 58
     public const STDIN_DESCRIPTOR = 0;
60 59
     public const STDOUT_DESCRIPTOR = 1;
61 60
     public const STDERR_DESCRIPTOR = 2;
@@ -152,8 +151,7 @@  discard block
 block discarded – undo
152 151
     /**
153 152
      * Create new instance
154 153
      */
155
-    public function __construct()
156
-    {
154
+    public function __construct() {
157 155
         if (!function_exists('proc_open')) {
158 156
             throw new RuntimeException(
159 157
                 'The "proc_open" could not be found in your PHP setup'
Please login to merge, or discard this patch.