Passed
Push — master ( 9c2913...44febc )
by Arnaud
05:59
created
src/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -304,7 +304,7 @@
 block discarded – undo
304 304
     /**
305 305
      * Set configuration.
306 306
      */
307
-    public function setConfig(array|Config $config): self
307
+    public function setConfig(array | Config $config): self
308 308
     {
309 309
         if (\is_array($config)) {
310 310
             $config = new Config($config);
Please login to merge, or discard this patch.