Completed
Pull Request — master (#13)
by Abdullah
07:38
created
src/ZendeskChannel.php 2 patches
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace NotificationChannels\Zendesk;
4 4
 
5
-use Illuminate\Support\Arr;
6
-use Zendesk\API\HttpClient;
7 5
 use Illuminate\Notifications\Notification;
6
+use Illuminate\Support\Arr;
8 7
 use NotificationChannels\Zendesk\Exceptions\CouldNotSendNotification;
8
+use Zendesk\API\HttpClient;
9 9
 
10 10
 class ZendeskChannel
11 11
 {
Please login to merge, or discard this patch.
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,6 @@
 block discarded – undo
78 78
     /**
79 79
      * Prepare the parameters before update request send.
80 80
      *
81
-     * @param mixed $notifiable
82 81
      */
83 82
     public function prepareUpdateParameters()
84 83
     {
Please login to merge, or discard this patch.
src/ZendeskMessage.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -239,7 +239,6 @@  discard block
 block discarded – undo
239 239
      * Set the value of group id.
240 240
      *
241 241
      * @param int $id
242
-     * @param string $value
243 242
      *
244 243
      * @return $this
245 244
      */
@@ -255,7 +254,6 @@  discard block
 block discarded – undo
255 254
      * the ticket rather than crate a new ticket.
256 255
      *
257 256
      * @param int $id
258
-     * @param string $value
259 257
      *
260 258
      * @return $this
261 259
      */
Please login to merge, or discard this patch.