Completed
Push — master ( 503797...227dd4 )
by Morteza
03:09
created
src/ChabokChannel.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace NotificationChannels\Chabok;
4 4
 
5 5
 use GuzzleHttp\Client;
6
+use Illuminate\Notifications\Notification;
6 7
 use Illuminate\Support\Arr;
7 8
 use NotificationChannels\Chabok\Exceptions\CouldNotSendNotification;
8
-use Illuminate\Notifications\Notification;
9 9
 use NotificationChannels\Chabok\Exceptions\InvalidConfiguration;
10 10
 
11 11
 class ChabokChannel
Please login to merge, or discard this patch.
src/ChabokMessage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
     }
24 24
 
25 25
     /**
26
-     * @param array $user
26
+     * @param string $user
27 27
      */
28 28
     public function __construct($user = [])
29 29
     {
Please login to merge, or discard this patch.