Php Doc Check Versions Save

Uses complexity metrics to determine which functions need documentation.

v0.3.0-rc1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/NielsdeBlaauw/php-doc-check/compare/v0.2.2...v0.3.0-rc1

v0.2.2

5 years ago

v0.2.1

5 years ago
  • Adds grouping
  • Adds sorting
  • Adds defaults to help text

v0.2.0

5 years ago
  • Adds better CLI syntax.
  • Adds cognitive complexity as the default metric.

v0.1.6

5 years ago

Improved build process and small improvements to code structure.

v0.1.5

5 years ago

Same as v0.1.4, but GPG signed phar

v0.1.4

5 years ago
  • Adds PHAR to the release

v0.1.3

5 years ago
  • Fixes #1: not longer fail when encountering unparsable files.
  • Fixes and enforces code styling issues.

v0.1.2

5 years ago
  • Allows correct autoloading when installed as a project dependency

v0.1.1

5 years ago
  • Adds installation docs