DownloadChangelog
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")
|