@@ -148,7 +148,7 @@ discard block |
||
148 | 148 | $this->options = array_merge([ |
149 | 149 | 'drafts' => false, // build drafts or not |
150 | 150 | 'dry-run' => false, // if dry-run is true, generated files are not saved |
151 | - 'page' => '', // specific page to build |
|
151 | + 'page' => '', // specific page to build |
|
152 | 152 | ], $options); |
153 | 153 | |
154 | 154 | // process each step |
@@ -194,7 +194,7 @@ discard block |
||
194 | 194 | /** |
195 | 195 | * Set configuration. |
196 | 196 | */ |
197 | - public function setConfig(array|Config $config): self |
|
197 | + public function setConfig(array | Config $config): self |
|
198 | 198 | { |
199 | 199 | if (!$config instanceof Config) { |
200 | 200 | $config = new Config($config); |