Completed
Pull Request — master (#6)
by Mark
10:00 queued 02:55
created
src/IonicPushMessage.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@  discard block
 block discarded – undo
32 32
 
33 33
 
34 34
     /**
35
-     * @param array $data
36 35
      *
37 36
      * @return static
38 37
      */
@@ -67,7 +66,6 @@  discard block
 block discarded – undo
67 66
     /**
68 67
      * Set the method of targeting users - tokens (default), user_ids, or emails.
69 68
      *
70
-     * @param  string  $profile
71 69
      *
72 70
      * @return $this
73 71
      */
@@ -110,7 +108,7 @@  discard block
 block discarded – undo
110 108
      * @param string $method
111 109
      * @param array  $args
112 110
      *
113
-     * @return object
111
+     * @return IonicPushMessage
114 112
      */
115 113
     public function __call($method, $args)
116 114
     {
Please login to merge, or discard this patch.