PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP Doctor   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP Doctor
Scan PHP to find missing or wrong PHPDoc comments
Author: By
Last change:
Date: 3 years ago
Size: 541 bytes
 

Contents

Class file image Download

Changelog

0.4.0 (2020-10-31)

  • allow to ignore reported errors via ```<phpdoctor-ignore-this-line/>```
  • sort the error output by line number

0.3.0 (2020-10-30)

  • PHP 7.2 as minimal requirement
  • support for modern phpdocs for "@param" and "@return"
  • update vendor libs

0.2.0 (2020-08-04)

  • allow "class-string" as string
  • optimize performance
  • breaking change in the CLI parameter: allow to analyse more then one directory / file at once

0.1.0 (2020-08-31)

  • init (extracted from "voku/Simple-PHP-Code-Parser")