Alternative installation files

Download coder-8.x-2.5.tar.gztar.gz 145.28 KB
MD5: baf57a89be0c426d0238e55868f45e3c
SHA-1: 4b06d52003a70ff8315f723a1ff66cea6d0dc682
SHA-256: 995df5807251c506a58966f41e57b1842e61dd0a60800d8c45e985600d29ce28
Download coder-8.x-2.5.zipzip 291.11 KB
MD5: 42d6f82d1629380e3e46fec56ba9c5f2
SHA-1: bede8372827c7c9d40fa4b8abdcc2ead20a2e7fe
SHA-256: a9fa971fc36c4f26d542c9e3f0b55eca9deadf438fc107bf5d383617970e31ff

Release notes

Changes since 8.x-2.4:

  • #2580017 Fixed short array syntax false positives
  • #2575407 by attiks, klausi: Fixed Drupal.Classes.ClassDeclaration fixer breaks code
  • #2573187: Added test case for class declarations with namespace scopes
  • Fixed false positive when tags such as @see are used in inline comments
  • Fixed nested short array syntax indentation false positive
  • #2580017: Fixed more false positives with array indentation
  • #2530920: Fixed line length check for overlong stuff in annotations
  • #2530922: Config Entities need an exception from camelCase class properties
  • Add YAML files to the list of files that we check but don't contain code
  • #2530920 by benjy, klausi: Fixed line length checks for namespaces with underscores
  • Added a fixer for function comments that don't use doc comment style
  • #2605972: Fixed comment short description capitalizing fixer
  • Fixed endless fixer loop for array closing indentation cases
  • Fixed short array indentation fixer within function calls
  • Fixed phpcbf endless loop with broken doc comments
  • #2603014: Fixed unary / ternary operator combination false positives
  • #2530854 by pfrenssen: Undefined index: scope_closer for Javascript do/while loops without braces
  • #2605980: Inline comments should be moved to the line before the statement
  • #2614716: Spacing in inline comments is fixed incorrectly
  • #2611238: Fixed conflict for class declaration empty lines and inline comment empty lines fixers
  • #2611252: Coder adds @file in the middle of template
  • #2613762: Spaces inside short array brackets don't throw errors
  • #2611244: Closing curly brace in JS on the same line should be flagged as error
  • Improved JSDoc compatibility
  • Fixed doc comment long description start with capital letter fixer
  • Fixed reference operator usage within arrays by updating PHPCS
  • Fixed PHP warnings when checking arrays in template files
  • #2618020: Fixed class parenthesis fixer with namespace separators
  • #2617904: Fixed increment/decrement operator sniff with object properties
  • Fixed indentation fixer in closures
Created by: klausi
Created on: 26 Nov 2015 at 09:25 UTC
Last updated: 7 Feb 2016 at 12:23 UTC
Bug fixes
New features

Other releases