@@ -150,7 +150,7 @@ discard block |
||
150 | 150 | $this->options = array_merge([ |
151 | 151 | 'drafts' => false, // build drafts or not |
152 | 152 | 'dry-run' => false, // if dry-run is true, generated files are not saved |
153 | - 'page' => '', // specific page to build |
|
153 | + 'page' => '', // specific page to build |
|
154 | 154 | ], $options); |
155 | 155 | |
156 | 156 | // set build ID |
@@ -207,7 +207,7 @@ discard block |
||
207 | 207 | /** |
208 | 208 | * Set configuration. |
209 | 209 | */ |
210 | - public function setConfig(array|Config $config): self |
|
210 | + public function setConfig(array | Config $config): self |
|
211 | 211 | { |
212 | 212 | if (\is_array($config)) { |
213 | 213 | $config = new Config($config); |