Passed
Push — dependabot/composer/symfony/tr... ( c4ff1f )
by
unknown
15:33 queued 11:05
created
src/Renderer/Site.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -184,7 +184,7 @@
 block discarded – undo
184 184
     /**
185 185
      * Returns the property value(s) of an output format.
186 186
      */
187
-    public function getOutputProperty(string $name, string $property): string|array|null
187
+    public function getOutputProperty(string $name, string $property): string | array | null
188 188
     {
189 189
         return $this->config->getOutputFormatProperty($name, $property);
190 190
     }
Please login to merge, or discard this patch.