Releases: php-censor/phpdoc-checker
Releases · php-censor/phpdoc-checker
3.1.1
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
2023-10-07
Fixed
- Fixed empty
@return
tag processing. Issue #7.
2.1.1
2023-10-07
Fixed
- Fixed empty
@return
tag processing. Issue #7.
2.0.4
2023-10-07
Fixed
- Fixed empty
@return
tag processing. Issue #7.
3.1.0
2022-04-15
Added
- New flag
-f|--files
for check list of files. Pull request #6. Thanks to @AlexLazov.
2.1.0
2022-04-15
Added
- New flag
-f|--files
for check list of files. Pull request #6. Thanks to @AlexLazov.
3.0.1
2021-09-09
Fixed
- Dependencies for using with Laravel LTS v8. Issue #4.
3.0.0
2021-08-20
Changed
- Minimal PHP version now 7.4.
2.0.3
2021-08-20
Added
- Unit tests.
- Types for PHP 7.1.
Fixed
2.0.2
2021-08-08
Added
- Information about building Phar package for project.
- Types for PHP 7.1+.
- Configs:
.php-censor.yml
, .editorconfig
, .gitattributes
etc.