We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23c3e5 commit 8ee4ea3Copy full SHA for 8ee4ea3
1 file changed
README.md
@@ -60,7 +60,7 @@ The public API of this package is presented via the `Reflection` class. All meth
60
61
* Methods to invoke static and non-static methods:
62
63
- ```
+ ```php
64
Reflection::invokeMethod(object $object, string $methodName, array $arguments) : mixed
65
Reflection::invokeStaticMethod(string $className, string $methodName, array $arguments) : mixed
66
```
0 commit comments