@@ -389,6 +389,7 @@ discard block |
||
389 | 389 | |
390 | 390 | /** |
391 | 391 | * Checks through ll the scheduled jobs that are expected to exist |
392 | + * @param string $queue |
|
392 | 393 | */ |
393 | 394 | public function checkDefaultJobs($queue = null) |
394 | 395 | { |
@@ -475,7 +476,7 @@ discard block |
||
475 | 476 | * |
476 | 477 | * @param QueuedJobDescriptor $stalledJob |
477 | 478 | * |
478 | - * @return bool True if the job was successfully restarted |
|
479 | + * @return boolean|null True if the job was successfully restarted |
|
479 | 480 | */ |
480 | 481 | protected function restartStalledJob($stalledJob) |
481 | 482 | { |
@@ -1042,6 +1043,9 @@ discard block |
||
1042 | 1043 | } |
1043 | 1044 | } |
1044 | 1045 | |
1046 | + /** |
|
1047 | + * @param double $size |
|
1048 | + */ |
|
1045 | 1049 | protected function humanReadable($size) |
1046 | 1050 | { |
1047 | 1051 | $filesizename = [" Bytes", " KB", " MB", " GB", " TB", " PB", " EB", " ZB", " YB"]; |