Completed
Push — master ( bda6dc...f45485 )
by Elf
23:03
created
app/Support/Tencent/XgPusher.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -453,7 +453,7 @@
 block discarded – undo
453 453
      * Delete device tokens for the given user.
454 454
      *
455 455
      * @param  mixed  $user
456
-     * @param  string|string[]  $deviceToken
456
+     * @param  string|string[]  $deviceTokens
457 457
      * @return bool
458 458
      */
459 459
     public function deleteDeviceTokensForUser($user, $deviceTokens = null)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use ElfSundae\XgPush\Style;
9 9
 use ElfSundae\XgPush\TagTokenPair;
10 10
 use ElfSundae\XgPush\XingeApp;
11
-use InvalidArgumentException;
12 11
 
13 12
 class XgPusher
14 13
 {
Please login to merge, or discard this patch.