Skip to content

Releases: php-censor/phpdoc-checker

3.1.1

07 Oct 03:53
3.1.1
3144553
Compare
Choose a tag to compare

2023-10-07

Added

  • Badges to README file.
  • Github CI workflows.

Fixed

  • Empty @return tag processing. Issue #7.
  • .gitattributes.
  • Code style.
  • Tests for PHP >= 8.0.

3.0.2

07 Oct 03:50
3.0.2
4f6572c
Compare
Choose a tag to compare

2023-10-07

Fixed

  • Fixed empty @return tag processing. Issue #7.

2.1.1

07 Oct 03:50
2.1.1
8d07b32
Compare
Choose a tag to compare

2023-10-07

Fixed

  • Fixed empty @return tag processing. Issue #7.

2.0.4

07 Oct 03:49
2.0.4
3a1bce2
Compare
Choose a tag to compare

2023-10-07

Fixed

  • Fixed empty @return tag processing. Issue #7.

3.1.0

15 Apr 15:20
3.1.0
57b22c5
Compare
Choose a tag to compare

2022-04-15

Added

  • New flag -f|--files for check list of files. Pull request #6. Thanks to @AlexLazov.

2.1.0

15 Apr 15:21
2.1.0
204e77c
Compare
Choose a tag to compare

2022-04-15

Added

  • New flag -f|--files for check list of files. Pull request #6. Thanks to @AlexLazov.

3.0.1

09 Sep 15:35
3.0.1
Compare
Choose a tag to compare

2021-09-09

Fixed

  • Dependencies for using with Laravel LTS v8. Issue #4.

3.0.0

20 Aug 15:18
3.0.0
d9f35df
Compare
Choose a tag to compare

2021-08-20

Changed

  • Minimal PHP version now 7.4.

2.0.3

20 Aug 15:17
2.0.3
8cfaffd
Compare
Choose a tag to compare

2021-08-20

Added

  • Unit tests.
  • Types for PHP 7.1.

Fixed

  • Union types.

2.0.2

08 Aug 07:23
2.0.2
ed29a65
Compare
Choose a tag to compare

2021-08-08

Added

  • Information about building Phar package for project.
  • Types for PHP 7.1+.
  • Configs: .php-censor.yml, .editorconfig, .gitattributes etc.