@@ -67,7 +67,7 @@ |
||
| 67 | 67 | * |
| 68 | 68 | * @param int $numbers |
| 69 | 69 | * @param string $order |
| 70 | - * @return mixed |
|
| 70 | + * @return boolean |
|
| 71 | 71 | */ |
| 72 | 72 | public function deleteLimit($numbers = 10, $order = "ASC") |
| 73 | 73 | { |
@@ -1,7 +1,5 @@ |
||
| 1 | 1 | <?php namespace Fenos\Notifynder\Parse; |
| 2 | 2 | |
| 3 | -use Illuminate\Database\Eloquent\Collection; |
|
| 4 | - |
|
| 5 | 3 | /** |
| 6 | 4 | * |
| 7 | 5 | * Class parse used on collection. It permit to decode the special |
@@ -48,7 +48,7 @@ discard block |
||
| 48 | 48 | * on the DB |
| 49 | 49 | * |
| 50 | 50 | * @param array $info |
| 51 | - * @param null $category |
|
| 51 | + * @param \Fenos\Notifynder\Models\NotificationCategory $category |
|
| 52 | 52 | * @return mixed |
| 53 | 53 | */ |
| 54 | 54 | public function send(array $info, $category = null) |
@@ -80,7 +80,7 @@ discard block |
||
| 80 | 80 | * older version |
| 81 | 81 | * |
| 82 | 82 | * @param $info |
| 83 | - * @param $category |
|
| 83 | + * @param \Fenos\Notifynder\Models\NotificationCategory $category |
|
| 84 | 84 | * @return SendOne |
| 85 | 85 | */ |
| 86 | 86 | public function sendOne(array $info, $category = null) |
@@ -4,8 +4,6 @@ |
||
| 4 | 4 | use Fenos\Notifynder\Notifications\Repositories\NotificationRepository; |
| 5 | 5 | use Fenos\Notifynder\Notifynder; |
| 6 | 6 | use Fenos\Notifynder\Senders\Queue\NotifynderQueue; |
| 7 | -use Illuminate\Config\Repository; |
|
| 8 | -use Illuminate\Queue\QueueManager; |
|
| 9 | 7 | |
| 10 | 8 | /** |
| 11 | 9 | * Class NotifynderSender |
@@ -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 | { |