@@ -40,7 +40,7 @@ |
||
| 40 | 40 | * Send Single notification |
| 41 | 41 | * |
| 42 | 42 | * @param StoreNotification $storeNotification |
| 43 | - * @return mixed |
|
| 43 | + * @return StoreNotification |
|
| 44 | 44 | */ |
| 45 | 45 | public function send(StoreNotification $storeNotification) |
| 46 | 46 | { |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | } |
| 26 | 26 | |
| 27 | 27 | /** |
| 28 | - * @return mixed |
|
| 28 | + * @return \Illuminate\Foundation\Application |
|
| 29 | 29 | */ |
| 30 | 30 | public function app() |
| 31 | 31 | { |