Releases: Justintime50/phpcs-short-scalar-types
Releases · Justintime50/phpcs-short-scalar-types
v1.0.0
v0.3.0
- Matches more comment types and does so more accurately (only targeting
@var,@param, and@returntypes)
v0.2.1
- Remove
doubleandrealtypes from erroring, focus the library onintegerandbooleancorrections. Double and real are valid words in comments
v0.2.0
- Swap
typefromlibrarytophpcodesniffer-standardso it can be auto installed viaPHPCSStandards/composer-installer
v0.1.1
- Corrects minimum pin of
php_codesniffer
v0.1.0
- Initial release
- Throws errors when using
booleanorintegerin any comments, enforces the use of shorter namesboolandintto match actual types - Provides autofix capabilities
- Throws errors when using