Install
Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
98.86 KB
MD5: adbc2981ee6c2e54212c2f3fed3f9bc0
SHA-1: 1e65c8e6b2ca0d8249b01b198c32d4156c4143f8
SHA-256: 1c175abb28d8587204b63f05418bc46297c31fd70cf8fa5c05534b8c5ab28578
Download zip
194.79 KB
MD5: 87ba4719fb2ea7632f184c2946e3eb1a
SHA-1: 309dbe5f36d07e0201fb7cea7bfbedf19f92d72e
SHA-256: 11c1b25527c697764708ef07eb538195798b8dc706e2ae41c6455a00f7db9347
Release notes
Second alpha release for Coder 9.x.
Please check the tracking issue for all API changes since Coder 8.x: #3552621: Release new Coder 9 major upgrade
Changelog
Issues: 11 issues resolved.
Changes since 9.0.0-alpha1:
Feature
- feat(ControlSignature): Check finally keyword spacing (#3559471)
- feat(TraitNameSuffix): Enable sniff (#3557537)
Plan
- refactor(ValidFunctionName): Simplify method name checking, underscores are already handled by PSR2 sniff (#3552621)
Task
- refactor(InlineControlStructure): Use upstream Generic sniff instead (#3559493)
- refactor(ElseIf): Replace sniff with upstream PSR2 version (#3559491)
- refactor(DataTypeNamespace): Replace sniff with Slevomat sniff (#3559490)
- refactor(SwitchDeclaration): Replace CaseSemicolonSniff with SwitchDeclarationSniff from PHPCS (#3559462)
- refactor(InterfaceName): Replace Drupal.Classes.InterfaceName with Generic.NamingConventions.InterfaceNameSuffix (#3556859)
- refactor(Namespace): Remove sniff already covered by Generic.WhiteSpace.LanguageConstructSpacing (#3556857)
- refactor(MethodDeclaration): Use upstream sniff (#3556854)
- fix(cspell): Fix spelling in sniff error codes (#3556778)