- fix for PHP8 -> "mixed" as native type always wins
- fix "checkPhpDocType" checks for php docs vs. php types v2
- fix "checkPhpDocType" checks for php docs vs. php types
- ignore missing phpdoc from \Exception classes
- support "" for properties | thanks @pmagentur
- update "voku/Simple-PHP-Code-Parser"
- clean-up / update dependencies
- fix for phar file and "child-process" issue v2
- update dependencies
- fix for phar file and "child-process" issue
- update dependencies
- add support for traits
- update dependencies
- allow to ignore reported errors via
<phpdoctor-ignore-this-line/>
- sort the error output by line number
- PHP 7.2 as minimal requirement
- support for modern phpdocs for "@param" and "@return"
- update vendor libs
- allow "class-string" as string
- optimize performance
- breaking change in the CLI parameter: allow to analyse more then one directory / file at once
- init (extracted from "voku/Simple-PHP-Code-Parser")