Releases: Automattic/phpcs-neutron-standard
Releases · Automattic/phpcs-neutron-standard
v1.2.3
Changelog
- DisallowGlobalFunctionsSniff: allow global functions in a namespace (#36)
v1.2.2
Changelog
- TypeHintSniff: handle interfaces and abstract classes (#34)
- RequireStrictTypesSniff: skip parsing comment blocks entirely (#33)
v1.2.1
Changelog
- Tests: Standardize on CaptialCamelCase for fixture files (#32)
- Improve interface detection (#31)
- Add better function boundary detection (#30)
- TypeHintSniff: improve argument type detection to support variadic types (#26)
v1.2.0
Changelog
- RequireStrictTypesSniff: ignore for interfaces (#24)
- RequireStrictTypesSniff: only match first open tag (#23)
- Add auto-fix for DisallowLongformArraySniff (#17)
- Reword MultipleNewlines error message (#15)
- Allow callable type hints (#11)
- Add an explanation to the README (#12)
v1.1.0
Changelog
- Properly detect return type scopes in TypeHintSniff #8
- TypeHintSniff: allow array type hints #6
- Discourage Variable Functions #4
- Disallow multiple blank adjacent lines #5