Completed
Push — master ( de5c78...60eb24 )
by Sherif
09:23
created
src/Modules/Notifications/Services/NotificationService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      *
67 67
      * @param  collection $users
68 68
      * @param  string     $notification
69
-     * @param  Variadic   $notificationData
69
+     * @param  Variadic[]   $notificationData
70 70
      * @return void
71 71
      */
72 72
     public function notify($users, $notification, ...$notificationData)
Please login to merge, or discard this patch.
Modules/PushNotificationDevices/Services/PushNotificationDeviceService.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,6 @@
 block discarded – undo
3 3
 namespace App\Modules\PushNotificationDevices\Services;
4 4
 
5 5
 use App\Modules\Core\BaseClasses\BaseService;
6
-use LaravelFCM\Message\OptionsBuilder;
7
-use LaravelFCM\Message\PayloadDataBuilder;
8
-use LaravelFCM\Message\PayloadNotificationBuilder;
9 6
 use App\Modules\PushNotificationDevices\Repositories\PushNotificationDeviceRepository;
10 7
 
11 8
 class PushNotificationDeviceService extends BaseService
Please login to merge, or discard this patch.