Andrewsville / PHP-Token-Reflection

Library emulating the PHP internal reflection using just the tokenized source code
http://andrewsville.github.com/PHP-Token-Reflection/
Other
190 stars 44 forks source link

Fatal error in PHP nightly builds (7.2.0-dev) #78

Open ramsey opened 7 years ago

ramsey commented 7 years ago

In PHP nightly builds (PHP 7.2.0-dev) used on Travis CI, I'm receiving the following fatal error:

PHP Fatal error:  Declaration of ReflectionClass::newInstance(...$args) must be compatible with TokenReflection\IReflectionClass::newInstance($args) in /home/travis/build/ramsey/uuid/vendor/andrewsville/php-token-reflection/TokenReflection/Php/ReflectionClass.php on line 27

See here for details: https://travis-ci.org/ramsey/uuid/jobs/212472243