Skip to content

Commit 4c92b84

Browse files
Overworked README.md
1 parent 5304e48 commit 4c92b84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ The public API of this package is presented via the `Reflection` class. All meth
5252
* Methods to acces the values of object properties:
5353

5454
```php
55-
Reflection::getPropertyValue(object $object, string $propertyName)
55+
Reflection::getPropertyValue(object $object, string $propertyName) : mixed
5656
Reflection::setPropertyValue(object $object, string $propertyName, $value)
5757
```
5858

5959

6060
## Current State
6161

62-
This library is work-in-progress, but the public API should be very stable. Before releasing a 1.0 version, I'd like to add some features that I need in another library.
62+
This library is work-in-progress, but the public API should be very stable.
6363

6464
Handling of some Reflection features that could benefit from caching (e.g. getting the parent class) are not implemented yet. Some of those features will probably follow soon as needed when developing my other library. But I do not strive for completeness. If you are missing some features, just create a pull request or ask for it, explaining your context/needs.
6565

0 commit comments

Comments
 (0)