Releases: dancryer/php-docblock-checker
Releases · dancryer/php-docblock-checker
1.10.3
11 May 11:00
Compare
Sorry, something went wrong.
No results found
Merge pull request #40 from davgothic/bugfix/docblock-inheritance
Allow for @inheritDoc tag with uppercase D
1.10.2
26 Apr 10:38
Compare
Sorry, something went wrong.
No results found
Merge pull request #33 from charliemcratgear4music/fix-toString-on-st…
1.10.1
18 Apr 14:48
Compare
Sorry, something went wrong.
No results found
Merge pull request #32 from philwc/fix-type-bug
Fix bug trying to call toString when type is a string
1.10.0
18 Apr 13:58
Compare
Sorry, something went wrong.
No results found
Merge pull request #31 from philwc/add-tests
Add tests
1.9.0
26 Mar 14:03
Compare
Sorry, something went wrong.
No results found
Pattern matching on excludes.
1.8.0
21 Feb 15:25
Compare
Sorry, something went wrong.
No results found
Support newer versions of symfony/console
1.7.0
21 Feb 14:44
Compare
Sorry, something went wrong.
No results found
Rename block8/php-docblock-checker to dancryer/php-docblock-checker
Remove unused symfony/debug requirement
1.6.0
21 Feb 12:57
Compare
Sorry, something went wrong.
No results found
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
25 Sep 15:08
Compare
Sorry, something went wrong.
No results found
Suppress warnings for methods that have an @inheritdoc comment.
Adds support for PHP nullable types.
1.4.0
14 Sep 11:48
Compare
Sorry, something went wrong.
No results found
Adds the facility to process only a specified list of files from stdin. Can be used in conjunction w/ git diff --name-only