Skip to content

PHP-7 Syntax support

Compare
Choose a tag to compare
@jaapio jaapio released this 22 May 19:44
· 3432 commits to master since this release

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 --quiet flag is used.
  • @See rendering is improved for clean template.
  • Resolved issues with @inheritDoc that was not working as expected for interfaces.