Completed
Push — master ( f80c47...bf55ad )
by James Ekow Abaka
03:07
created
src/ModelFactoryInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -11,5 +11,8 @@
 block discarded – undo
11 11
 
12 12
 interface ModelFactoryInterface
13 13
 {
14
+    /**
15
+     * @param string $name
16
+     */
14 17
     public function createModel($name, $context);
15 18
 }
16 19
\ No newline at end of file
Please login to merge, or discard this patch.