Install
Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
103.45 KB
MD5: 47c8674762c04a2c854a721e307a0ae2
SHA-1: 1fc6d0081eabc0bbff6e12fbf32aede312a961be
SHA-256: 5ea6c28111ca64a71d65c9365ab604d78016b5bbed57b887604194547a5beb88
Download zip
210.37 KB
MD5: 558b808958479e2fc31801661f2bf769
SHA-1: e4865310083720eeb7342c5cf55507fee98f88ad
SHA-256: 1431eb46c3c17c90a2eaf4575de47f0c2fb469f9b83f5257c97f157c97f7eedc
Release notes
Minor maintenance release of Coder.
Changes since 8.3.14:
- feat(ruleset): Exclude ".min.css" files from the Drupal ruleset (#3269399 by Grevil)
- fix(GetRequestData): Fix typo for request_stack service name in error message (#3267820 by generalredneck)
- fix(InlineComment): Allow PHP attributes between docblock and function (#3250986)
- fix(FunctionComment): Fix PHP fatal error on phpcbf runs on param indentation (#3212527: FunctionCommentSniff - Fatal error: str_repeat(): Second argument has to be greater than or equal to 0 by NickDickinsonWilde)
- fix(FunctionTriggerError): @trigger_error deprecation sniff is too strict - allow the message to start with a variable (#3226902 by longwave)
- fix(Deprecated): Deprecation error messages don't allow module:n.n.n versions (#3192093 by jonathan1055, JohnAlbin)
- feat(InlineComment): cspell configuration comments don't need to end in a dot (#3207576 by Spokje)