parser-reflection
parser-reflection copied to clipboard
Check for the PHP7.1 support
Need to check how new features from PHP7.1 like void return type will work.
- [x] Allow to use
nikic/php-parser~3.0 for parsing PHP7.1 code - [x] Add support for new return types, such as
voidanditerable - [x] Add support for nullable parameters and return types
- [ ] Add
ReflectionClassConstantsupport
Related issue for tracking: https://github.com/nikic/PHP-Parser/issues/260
Partially prepared for PHP7.1, enabled nikic/php-parser ~3.0. Refactored tests to be able to run them on different platforms.
Added support for the nullable types in 7.1
Closed as not relevant anymore