Completed
Push — master ( b63529...4d9787 )
by Julián
02:19
created
src/Notification/AbstractNotification.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@
 block discarded – undo
184 184
     /**
185 185
      * Retrieve recipients tokens list.
186 186
      *
187
-     * @return string[]
187
+     * @return integer[]
188 188
      */
189 189
     final public function getTokens()
190 190
     {
Please login to merge, or discard this patch.
src/Message/ApnsMessage.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -15,6 +15,8 @@
 block discarded – undo
15 15
      * {@inheritdoc}
16 16
      *
17 17
      * @throws \InvalidArgumentException
18
+     * @param string $parameter
19
+     * @param string $value
18 20
      */
19 21
     public function setParameter($parameter, $value)
20 22
     {
Please login to merge, or discard this patch.
src/Message/GcmMessage.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -29,6 +29,8 @@
 block discarded – undo
29 29
      * {@inheritdoc}
30 30
      *
31 31
      * @throws \InvalidArgumentException
32
+     * @param string $parameter
33
+     * @param string $value
32 34
      */
33 35
     public function setParameter($parameter, $value)
34 36
     {
Please login to merge, or discard this patch.