Completed
Push — master ( 613542...020c5c )
by Julián
03:39
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/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.
src/Message/ApnsMessage.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.
src/OptionsTrait.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
      * Get option.
59 59
      *
60 60
      * @param string $option
61
-     * @param mixed  $default
61
+     * @param integer  $default
62 62
      *
63 63
      * @return mixed
64 64
      */
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
      * Set option.
96 96
      *
97 97
      * @param string $option
98
-     * @param mixed  $value
98
+     * @param string  $value
99 99
      *
100 100
      * @return $this
101 101
      */
Please login to merge, or discard this patch.