Completed
Push — master ( 847801...b00fa1 )
by Marco
01:06
created
src/Message/CreateTypeRequest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -35,6 +35,9 @@
 block discarded – undo
35 35
         return $this->setParameter('type', $value);
36 36
     }
37 37
 
38
+    /**
39
+     * @param string $key
40
+     */
38 41
     public function setParameter($key, $value)
39 42
     {
40 43
         return parent::setParameter($key, $value);
Please login to merge, or discard this patch.