Passed
Push — master ( 3d6fe1...2c7b25 )
by Mihail
05:25
created
Apps/Model/Console/ArchBuilder.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -10,6 +10,10 @@
 block discarded – undo
10 10
 {
11 11
     public $message;
12 12
 
13
+    /**
14
+     * @param string $name
15
+     * @param string $type
16
+     */
13 17
     public function createObject($name, $type)
14 18
     {
15 19
         $singleName = false;
Please login to merge, or discard this patch.