Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Releases: dancryer/php-docblock-checker

1.10.3

11 May 11:00
458e94d

Choose a tag to compare

Merge pull request #40 from davgothic/bugfix/docblock-inheritance

Allow for @inheritDoc tag with uppercase D

1.10.2

26 Apr 10:38
687bb03

Choose a tag to compare

Merge pull request #33 from charliemcratgear4music/fix-toString-on-st…

1.10.1

18 Apr 14:48
ddd0bfc

Choose a tag to compare

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
1d62ee0

Choose a tag to compare

Merge pull request #31 from philwc/add-tests

Add tests

1.9.0

26 Mar 14:03

Choose a tag to compare

  • Pattern matching on excludes.

1.8.0

21 Feb 15:25

Choose a tag to compare

  • Support newer versions of symfony/console

1.7.0

21 Feb 14:44

Choose a tag to compare

  • Rename block8/php-docblock-checker to dancryer/php-docblock-checker
  • Remove unused symfony/debug requirement

1.6.0

21 Feb 12:57

Choose a tag to compare

  • 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

Choose a tag to compare

  • Suppress warnings for methods that have an @inheritdoc comment.
  • Adds support for PHP nullable types.

1.4.0

14 Sep 11:48

Choose a tag to compare

Adds the facility to process only a specified list of files from stdin. Can be used in conjunction w/ git diff --name-only