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

getOriginalTypeHint() missing in TokenReflection\IReflectionParameter #48

Open lstrojny opened 11 years ago

lstrojny commented 11 years ago

Looks to me like getOriginalTypeHint() is missing in the TokenReflection\IReflectionParameter. Both implementations support it. Same for isCallable().