Completed
Push — master ( a6d29f...6f37f4 )
by Elf
02:33
created
src/Pusher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -616,7 +616,7 @@
 block discarded – undo
616 616
      * Remove tags for the given device token.
617 617
      *
618 618
      * @param  string  $deviceToken
619
-     * @param  mixed  $tags
619
+     * @param  string[]  $tags
620 620
      * @return bool
621 621
      */
622 622
     public function removeTagsForDeviceToken($deviceToken, $tags)
Please login to merge, or discard this patch.