Completed
Pull Request — master (#31)
by
unknown
07:02
created
src/IonicPushMessage.php 1 patch
Doc Comments   +3 added lines, -5 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@  discard block
 block discarded – undo
34 34
     public $androidData = [];
35 35
 
36 36
     /**
37
-     * @param array $data
38 37
      *
39 38
      * @return static
40 39
      */
@@ -54,7 +53,6 @@  discard block
 block discarded – undo
54 53
     /**
55 54
      * Set the method of targeting users - tokens (default), user_ids, or emails.
56 55
      *
57
-     * @param  string  $profile
58 56
      *
59 57
      * @return $this
60 58
      */
@@ -144,7 +142,7 @@  discard block
 block discarded – undo
144 142
      * @param string $method
145 143
      * @param array  $args
146 144
      *
147
-     * @return object
145
+     * @return IonicPushMessage
148 146
      */
149 147
     public function __call($method, $args)
150 148
     {
@@ -178,7 +176,7 @@  discard block
 block discarded – undo
178 176
     /**
179 177
      * List of allowed Android options.
180 178
      *
181
-     * @return array
179
+     * @return string[]
182 180
      */
183 181
     public function allowedAndroidOptions()
184 182
     {
@@ -201,7 +199,7 @@  discard block
 block discarded – undo
201 199
     /**
202 200
      * List of allowed iOS options.
203 201
      *
204
-     * @return array
202
+     * @return string[]
205 203
      */
206 204
     public function allowediOSOptions()
207 205
     {
Please login to merge, or discard this patch.