PHP-7 Syntax support
Most important issue that was solved in this release is the upgrade of php-parser to be able to handle php-7 syntax. Phpdocumentor is now able to parse files using php 5.5+ syntax, but will not process any of the new key words to documentation.
Beside the mentioned parser update a number of small issues are solved in this release.
- Pear install on windows should work from now.
- Improved error reporting messages
- Silent mode was restored. phpdocumentor will not produce any output when
--quietflag is used. @Seerendering is improved for clean template.- Resolved issues with
@inheritDocthat was not working as expected for interfaces.