@@ -54,8 +54,7 @@ discard block |
||
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 |
||
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' |