@@ -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 | 'metrics' => false, // build steps metrics |
155 | 155 | ], $options); |
156 | 156 | |
@@ -215,7 +215,7 @@ discard block |
||
215 | 215 | /** |
216 | 216 | * Set configuration. |
217 | 217 | */ |
218 | - public function setConfig(array|Config $config): self |
|
218 | + public function setConfig(array | Config $config): self |
|
219 | 219 | { |
220 | 220 | if (\is_array($config)) { |
221 | 221 | $config = new Config($config); |