@@ -61,7 +61,7 @@ discard block |
||
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 |
||
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); |