Completed
Push — master ( b63529...4d9787 )
by Julián
02:19
created
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.