Passed
Push — master ( 56fba7...dbe3ef )
by Andreas
03:35
created
api/midgard/collector.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -25,6 +25,10 @@
 block discarded – undo
25 25
 
26 26
     private $value_properties = array();
27 27
 
28
+    /**
29
+     * @param string $class
30
+     * @param string $field
31
+     */
28 32
     public function __construct($class, $field = null, $value = null)
29 33
     {
30 34
         parent::__construct($class);
Please login to merge, or discard this patch.