Passed
Push — configuration ( 2982cc...fd68ee )
by Arnaud
03:59
created
src/Config.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
     {
68 68
         $this->data->import($config, $mode);
69 69
         $this->setFromEnv(); // override configuration with environment variables
70
-        $this->validate();   // validate configuration
70
+        $this->validate(); // validate configuration
71 71
     }
72 72
 
73 73
     /**
@@ -385,7 +385,7 @@  discard block
 block discarded – undo
385 385
      *
386 386
      * @throws ConfigException
387 387
      */
388
-    public function getOutputFormatProperty(string $name, string $property): string|array|null
388
+    public function getOutputFormatProperty(string $name, string $property): string | array | null
389 389
     {
390 390
         $properties = array_column((array) $this->get('output.formats'), $property, 'name');
391 391
         if (empty($properties)) {
Please login to merge, or discard this patch.