Hi I am using PHPDocumentor. But there are several problems with it usage
- I can not install it via composer as PHPDocumentor requires symfony/event-dispatcher:2.* version, but in project symfony/event-dispatcher:3.4.5 is required. So now I have to phpDocumentor.phar for generating docs.
- There are some UI issues in the generated template
- There some warnings reported in console from the source code of PHPDocumentor, like this one
PHP Warning: count(): Parameter must be an array or an object that implements Countable in phar:///var/platform/dev-utils/phpDocumentor.phar/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1293
And all these problems make me to ask when version 3 of PHPDocumentor will be released?