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

Wrong parameter type #49

Open ghost opened 11 years ago

ghost commented 11 years ago

In ApiGen documentation which uses PHP-Token-Reflection \Exception in constructor is \PHP\Lang\Exception (should be \Exception).

Is it a bug in PHP-Token-Reflection?

Here is a sample code:

<?php namespace PHP\Lang;

class Exception extends \Exception { public function __construct($message = '', \Exception $previous = null) { } }

jankal commented 7 years ago

No sample code given. Can not eavluate. ApiGen will switch to goaop/parser-reflection