| 1 | <?php namespace JobApis\JobsToMail\Jobs\Notifications;  | 
            ||
| 6 | class GetNotificationById  | 
            ||
| 7 | { | 
            ||
| 8 | /**  | 
            ||
| 9 | * @var string $id Notification ID  | 
            ||
| 10 | */  | 
            ||
| 11 | protected $id;  | 
            ||
| 12 | |||
| 13 | /**  | 
            ||
| 14 | * Create a new job instance.  | 
            ||
| 15 | */  | 
            ||
| 16 | public function __construct($id = null)  | 
            ||
| 20 | |||
| 21 | /**  | 
            ||
| 22 | * Generate a CSV a single notification and return the file path  | 
            ||
| 23 | *  | 
            ||
| 24 | * @return string file path for download  | 
            ||
| 25 | */  | 
            ||
| 26 | public function handle(  | 
            ||
| 35 | }  | 
            ||
| 36 | 
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.