Skip to content

Commit

Permalink
Improved README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Feb 19, 2024
1 parent 7b6167b commit ab53a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This library is an alternative to [native PHP Reflection](https://www.php.net/manual/en/book.reflection.php). It is:
- static,
- lazy,
- lazy (does not load inherited classes until you reflect properties or methods),
- [PSR-16](https://www.php-fig.org/psr/psr-16/) cacheable,
- [99% compatible with native reflection](docs/compatibility.md),
- supports most of the Psalm/PHPStan types,
Expand Down

0 comments on commit ab53a70

Please sign in to comment.