Passed
Branch main (38e341)
by Norbert
06:12 queued 03:34
created
Category
src/FacadeHelperGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
         $paramsStringOriginal = implode(', ', $params);
169 169
 
170 170
         $paramsVariable = $params ? '$' . implode(', $', array_map(
171
-            static fn(ReflectionParameter $param): string => $param->getName(),
171
+            static fn(ReflectionParameter $param) : string => $param->getName(),
172 172
             $method->getParameters())
173 173
             ) : '';
174 174
 
Please login to merge, or discard this patch.
src/Service/FacadeHelperGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -170,7 +170,7 @@
 block discarded – undo
170 170
         $paramsStringOriginal = implode(', ', $params);
171 171
 
172 172
         $paramsVariable = $params ? '$' . implode(', $', array_map(
173
-            static fn(ReflectionParameter $param): string => $param->getName(),
173
+            static fn(ReflectionParameter $param) : string => $param->getName(),
174 174
             $method->getParameters())
175 175
             ) : '';
176 176
 
Please login to merge, or discard this patch.