Passed
Pull Request — deprecated-options (#2147)
by Arnaud
10:57 queued 06:14
created
src/Builder.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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);
Please login to merge, or discard this patch.