Completed
Pull Request — master (#34)
by John
02:49
created
src/Notification/Message.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -191,7 +191,7 @@
 block discarded – undo
191 191
     /**
192 192
      * Get aps data
193 193
      *
194
-     * @return ApsDataInterface
194
+     * @return string
195 195
      */
196 196
     public function getApsData()
197 197
     {
Please login to merge, or discard this patch.
src/Queue/Adapter/ArrayAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
      *
50 50
      * @param MessageInterface $message
51 51
      *
52
-     * @return bool
52
+     * @return integer
53 53
      */
54 54
     public function addMessage(MessageInterface $message)
55 55
     {
Please login to merge, or discard this patch.
tests/Notification/NotificationTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -232,6 +232,9 @@
 block discarded – undo
232 232
 
233 233
     /**
234 234
      * Create message
235
+     * @param string $body
236
+     * @param integer $identifier
237
+     * @param string $deviceToken
235 238
      */
236 239
     public static function createMessage($body, $identifier = null, $deviceToken = null)
237 240
     {
Please login to merge, or discard this patch.