@@ -96,7 +96,7 @@ discard block |
||
96 | 96 | */ |
97 | 97 | public static function make($param1 = null, $param2 = null, $options = [], $check = true) |
98 | 98 | { |
99 | - if (preg_match('/\.jar$/', func_get_arg(0))) |
|
99 | + if(preg_match('/\.jar$/', func_get_arg(0))) |
|
100 | 100 | { |
101 | 101 | return new CLIClient($param1, $param2, $check); |
102 | 102 | } |
@@ -179,7 +179,7 @@ discard block |
||
179 | 179 | { |
180 | 180 | if(static::MODE == 'cli' && is_numeric($size)) |
181 | 181 | { |
182 | - $this->chunkSize = (int)$size; |
|
182 | + $this->chunkSize = (int) $size; |
|
183 | 183 | } |
184 | 184 | elseif(static::MODE == 'web') |
185 | 185 | { |