Releases: dancryer/php-docblock-checker
Releases · dancryer/php-docblock-checker
1.10.3
Merge pull request #40 from davgothic/bugfix/docblock-inheritance
Allow for @inheritDoc tag with uppercase D
1.10.2
Merge pull request #33 from charliemcratgear4music/fix-toString-on-st…
1.10.1
Merge pull request #32 from philwc/fix-type-bug
Fix bug trying to call toString when type is a string
1.10.0
Merge pull request #31 from philwc/add-tests
Add tests
1.9.0
- Pattern matching on excludes.
1.8.0
- Support newer versions of
symfony/console
1.7.0
- Rename block8/php-docblock-checker to dancryer/php-docblock-checker
- Remove unused symfony/debug requirement
1.6.0
- Adds support for checking nullable parameters.
- Adds --only-signature mode which reduces missing docblocks to "info" level if the method doesn't have a return statement or parameters.
- Adds the facility to use a cache file to speed up processing by skipping unmodified files.
1.5.0
- Suppress warnings for methods that have an
@inheritdoc
comment.
- Adds support for PHP nullable types.
1.4.0
Adds the facility to process only a specified list of files from stdin. Can be used in conjunction w/ git diff --name-only