Passed
Push — master ( 949105...80b49c )
by Filipe
01:51 queued 19s
created
src/DefinitionLoader/FileDefinitionLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 
28 28
     private array $definitions = [];
29 29
 
30
-    public function __construct(string|array $definitions)
30
+    public function __construct(string | array $definitions)
31 31
     {
32 32
         $services = is_string($definitions) ? require $definitions : $definitions;
33 33
         foreach ($services as $name => $definition) {
Please login to merge, or discard this patch.