@@ -274,6 +274,9 @@ |
||
| 274 | 274 | } |
| 275 | 275 | } |
| 276 | 276 | |
| 277 | + /** |
|
| 278 | + * @param integer $size |
|
| 279 | + */ |
|
| 277 | 280 | private function formatBytes($size, $precision = 2) |
| 278 | 281 | { |
| 279 | 282 | if (!$size) { |
@@ -105,7 +105,6 @@ discard block |
||
| 105 | 105 | |
| 106 | 106 | /** |
| 107 | 107 | * @param string $className |
| 108 | - * @param string $srcDir |
|
| 109 | 108 | * |
| 110 | 109 | * @return string |
| 111 | 110 | */ |
@@ -304,7 +303,6 @@ discard block |
||
| 304 | 303 | } |
| 305 | 304 | |
| 306 | 305 | /** |
| 307 | - * @param ReflectionClass $this->reflectionClass |
|
| 308 | 306 | * |
| 309 | 307 | * @return string |
| 310 | 308 | */ |
@@ -188,6 +188,9 @@ |
||
| 188 | 188 | return $process->getExitCode(); |
| 189 | 189 | } |
| 190 | 190 | |
| 191 | + /** |
|
| 192 | + * @param string $command |
|
| 193 | + */ |
|
| 191 | 194 | public function getProcess($command, array $env = []) : Process |
| 192 | 195 | { |
| 193 | 196 | foreach ($env as $key => $value) { |