|
@@ -98,7 +98,7 @@ |
|
|
block discarded – undo |
|
98
|
98
|
* @param array $arguments An array of arguments for the method call |
|
99
|
99
|
* @return mixed The returned value of the method |
|
100
|
100
|
*/ |
|
101
|
|
- public static function callHiddenMethod($objectOrClassName, $name, array $arguments=[]) |
|
|
101
|
+ public static function callHiddenMethod($objectOrClassName, $name, array $arguments = []) |
|
102
|
102
|
{ |
|
103
|
103
|
list($className, $object) = self::extractClassNameAndObject($objectOrClassName); |
|
104
|
104
|
|
Please login to merge, or discard this patch.