Completed
Pull Request — master (#567)
by Bilge
02:55
created
library/Mockery/Generator/Parameter.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -11,6 +11,9 @@
 block discarded – undo
11 11
         $this->name = $name;
12 12
     }
13 13
 
14
+    /**
15
+     * @return string
16
+     */
14 17
     public function getName()
15 18
     {
16 19
         return $this->name;
Please login to merge, or discard this patch.