Releases: consistence/coding-standard
Releases · consistence/coding-standard
3.10.1
3.10
Maintenance
- Slevomat Coding Standard 6.x (#59 thanks to @kukulich)
3.9
Improvements
- Check spacing before assignments (#58)
Maintenance
- PHP_CodeSniffer 3.5 (#57 thanks to @janlanger)
3.8
3.7
3.6
3.5
3.4
- Check PHPDoc and typehints declaration (#45)
- check for missing property types in PHPDoc
@var
- check for missing typehints in case they can be declared
- check for missing
@return
and/or native return typehint in case the method body contains return with a value - check for useless doc comments
- forces to specify what's in traversable types like
array
,iterable
and\Traversable
- check for missing property types in PHPDoc