Passed
Push — deprecated-options ( 54735f...d50a2b )
by Arnaud
11:47 queued 06:55
created
src/Config.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
     {
69 69
         $this->data->import($config, $mode);
70 70
         $this->setFromEnv(); // override configuration with environment variables
71
-        $this->validate();   // validate configuration
71
+        $this->validate(); // validate configuration
72 72
     }
73 73
 
74 74
     /**
@@ -391,7 +391,7 @@  discard block
 block discarded – undo
391 391
      *
392 392
      * @throws ConfigException
393 393
      */
394
-    public function getOutputFormatProperty(string $name, string $property): string|array|null
394
+    public function getOutputFormatProperty(string $name, string $property): string | array | null
395 395
     {
396 396
         $properties = array_column((array) $this->get('output.formats'), $property, 'name');
397 397
 
Please login to merge, or discard this patch.