Completed
Branch master (45e9b1)
by Alexander
03:20
created
examples/02-extending.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -26,6 +26,10 @@  discard block
 block discarded – undo
26 26
     private $function;
27 27
     private $field;
28 28
 
29
+    /**
30
+     * @param string $function
31
+     * @param string $field
32
+     */
29 33
     public function __construct($function, $field)
30 34
     {
31 35
         $this->function = $function;
@@ -171,6 +175,9 @@  discard block
 block discarded – undo
171 175
     private $from;
172 176
     private $to;
173 177
 
178
+    /**
179
+     * @param string $field
180
+     */
174 181
     public function __construct($field, $from, $to)
175 182
     {
176 183
         $this->field = $field;
Please login to merge, or discard this patch.