Completed
Pull Request — master (#37)
by Angelo
02:38 queued 30s
created
src/Moka/Generator/ProxyGenerator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -16,6 +16,9 @@
 block discarded – undo
16 16
         $this->mockingStrategy = $mockingStrategy;
17 17
     }
18 18
 
19
+    /**
20
+     * @param string $fqcn
21
+     */
19 22
     final public function generate($fqcn): ProxyInterface
20 23
     {
21 24
         $object = $this->mockingStrategy->build($fqcn);
Please login to merge, or discard this patch.