@@ -114,7 +114,7 @@ discard block |
||
| 114 | 114 | public function optGroup(string $label = null, array $attributes = []): Select |
| 115 | 115 | { |
| 116 | 116 | if (!$this->inOptGroup) { |
| 117 | - $this->store[] = [ |
|
| 117 | + $this->store[] = [ |
|
| 118 | 118 | "optGroupStart", |
| 119 | 119 | [ |
| 120 | 120 | $label, |
@@ -125,7 +125,7 @@ discard block |
||
| 125 | 125 | $this->indentLevel += 1; |
| 126 | 126 | } else { |
| 127 | 127 | $this->indentLevel -= 1; |
| 128 | - $this->store[] = [ |
|
| 128 | + $this->store[] = [ |
|
| 129 | 129 | "optGroupEnd", |
| 130 | 130 | [], |
| 131 | 131 | $this->indent(), |