Completed
Pull Request — master (#5135)
by
unknown
02:46
created
src/Form/Field/DateRange.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
         return $this;
62 62
     }
63 63
 
64
-    public function startOptions(Array $opt = []){
64
+    public function startOptions(Array $opt = []) {
65 65
         $result = array_merge($this->options, $opt);
66 66
         $this->startOptions = array_merge($this->startOptions, $result);
67 67
         $this->startOptionsJson = json_encode($this->startOptions);
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
     }
70 70
 
71 71
 
72
-    public function endOptions(Array $opt = []){
72
+    public function endOptions(Array $opt = []) {
73 73
         $result = array_merge($this->options, $opt);
74 74
         $this->endOptions = array_merge($this->endOptions, $result);
75 75
         $this->endOptionsJson = json_encode($this->endOptions);
Please login to merge, or discard this patch.