Passed
Push — main ( 7857f4...d518ca )
by Razon
12:57 queued 15s
created
Category
src/ReflectionHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 
9 9
 final class ReflectionHelper
10 10
 {
11
-    public static function invokeMethod(mixed $obj, string $name,  mixed ...$args): mixed
11
+    public static function invokeMethod(mixed $obj, string $name, mixed ...$args): mixed
12 12
     {
13 13
         $class = new ReflectionClass($obj);
14 14
 
Please login to merge, or discard this patch.