Completed
Push — master ( 493210...8fc679 )
by Kevin
05:13 queued 02:37
created
lib/Introspection/ComponentClass.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -10,6 +10,9 @@
 block discarded – undo
10 10
     protected $functionalType;
11 11
     protected $hierarchy;
12 12
 
13
+    /**
14
+     * @param string $class
15
+     */
13 16
     public function __construct($class, $baseType, $functionalType, array $hierarchy)
14 17
     {
15 18
         $this->class = $class;
Please login to merge, or discard this patch.