@@ -83,7 +83,7 @@  | 
                                                    ||
| 83 | 83 | /**  | 
                                                        
| 84 | 84 | * Parse the response body from mobily.ws.  | 
                                                        
| 85 | 85 | *  | 
                                                        
| 86 | - * @param $code  | 
                                                        |
| 86 | + * @param string $code  | 
                                                        |
| 87 | 87 | *  | 
                                                        
| 88 | 88 | * @return string  | 
                                                        
| 89 | 89 | */  | 
                                                        
@@ -3,8 +3,8 @@  | 
                                                    ||
| 3 | 3 | namespace NotificationChannels\MobilyWs;  | 
                                                        
| 4 | 4 | |
| 5 | 5 | use Illuminate\Events\Dispatcher;  | 
                                                        
| 6 | -use Illuminate\Notifications\Notification;  | 
                                                        |
| 7 | 6 | use Illuminate\Notifications\Events\NotificationFailed;  | 
                                                        
| 7 | +use Illuminate\Notifications\Notification;  | 
                                                        |
| 8 | 8 | use NotificationChannels\MobilyWs\Exceptions\CouldNotSendNotification;  | 
                                                        
| 9 | 9 | |
| 10 | 10 | class MobilyWsChannel  |