@@ -57,7 +57,7 @@ discard block  | 
                                                    ||
| 57 | 57 | /**  | 
                                                        
| 58 | 58 | * Get the display name for the given job.  | 
                                                        
| 59 | 59 | *  | 
                                                        
| 60 | - * @param mixed $job  | 
                                                        |
| 60 | + * @param string $job  | 
                                                        |
| 61 | 61 | * @return string  | 
                                                        
| 62 | 62 | */  | 
                                                        
| 63 | 63 | protected function getBatchDisplayName($job)  | 
                                                        
@@ -114,6 +114,9 @@ discard block  | 
                                                    ||
| 114 | 114 | return $this->marshalJob($job->queue, $job);  | 
                                                        
| 115 | 115 | }  | 
                                                        
| 116 | 116 | |
| 117 | + /**  | 
                                                        |
| 118 | + * @param DatabaseJobRecord $job  | 
                                                        |
| 119 | + */  | 
                                                        |
| 117 | 120 | protected function marshalJob($queue, $job)  | 
                                                        
| 118 | 121 |      { | 
                                                        
| 119 | 122 | $job = $this->markJobAsReserved($job);  |