Passed
Push — configuration ( 004f11...80b505 )
by Arnaud
03:52
created
src/Builder.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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);
Please login to merge, or discard this patch.