@@ -30,7 +30,7 @@  | 
                                                    ||
| 30 | 30 | /**  | 
                                                        
| 31 | 31 | * Job response object default keys that should be set  | 
                                                        
| 32 | 32 | *  | 
                                                        
| 33 | - * @return array  | 
                                                        |
| 33 | + * @return string[]  | 
                                                        |
| 34 | 34 | */  | 
                                                        
| 35 | 35 | public function getDefaultResponseFields()  | 
                                                        
| 36 | 36 |      { | 
                                                        
@@ -1,6 +1,5 @@  | 
                                                    ||
| 1 | 1 | <?php namespace JobApis\Jobs\Client\Providers;  | 
                                                        
| 2 | 2 | |
| 3 | -use JobApis\Jobs\Client\Exceptions\MissingParameterException;  | 
                                                        |
| 4 | 3 | use JobApis\Jobs\Client\Job;  | 
                                                        
| 5 | 4 | |
| 6 | 5 | class GoRemoteProvider extends AbstractProvider  |