Open ghost opened 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) { } }
No sample code given. Can not eavluate. ApiGen will switch to goaop/parser-reflection
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) { } }