Skip to content

Commit 8ee4ea3

Browse files
Fixed syntax highlighting in README.md.
1 parent c23c3e5 commit 8ee4ea3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The public API of this package is presented via the `Reflection` class. All meth
6060

6161
* Methods to invoke static and non-static methods:
6262

63-
```
63+
```php
6464
Reflection::invokeMethod(object $object, string $methodName, array $arguments) : mixed
6565
Reflection::invokeStaticMethod(string $className, string $methodName, array $arguments) : mixed
6666
```

0 commit comments

Comments
 (0)