Completed
Push — master ( 5c0675...554793 )
by Helmut
03:37
created
src/Utility/Reflect.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -30,6 +30,9 @@  discard block
 block discarded – undo
30 30
         }
31 31
     }    
32 32
 
33
+    /**
34
+     * @param string $class
35
+     */
33 36
     public static function getNamespace($class) 
34 37
     {
35 38
         try {
@@ -45,6 +48,10 @@  discard block
 block discarded – undo
45 48
         }            
46 49
     }
47 50
 
51
+    /**
52
+     * @param \Helmut\Forms\Field $class
53
+     * @param string $method
54
+     */
48 55
     public static function getParameters($class, $method)
49 56
     {
50 57
         $params = [];
Please login to merge, or discard this patch.