Completed
Push — master ( f0a5ce...f805e2 )
by Andreas
06:12
created
api/midgard/collector.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -25,6 +25,10 @@  discard block
 block discarded – undo
25 25
 
26 26
     private $value_properties = [];
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);
@@ -68,6 +72,9 @@  discard block
 block discarded – undo
68 72
         return true;
69 73
     }
70 74
 
75
+    /**
76
+     * @param string $property
77
+     */
71 78
     protected function build_property_select($property)
72 79
     {
73 80
         $parsed = $this->parse_constraint_name($property);
Please login to merge, or discard this patch.