@@ -48,8 +48,6 @@ |
||
48 | 48 | * Invoke a method on a object and get the return values. If the method is static you may provide the class |
49 | 49 | * name (including namespace) instead of an object. |
50 | 50 | * |
51 | - * @param object|string $objectOrClass |
|
52 | - * @param string $methodName |
|
53 | 51 | * @param mixed ...$params |
54 | 52 | * |
55 | 53 | * @return mixed |