Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 120.58 KB
MD5: 48e534e1a3173dc0e47c36262184f289
SHA-1: ff622b220abfc035ac444ea135a51aabd6eb9280
SHA-256: 2743d57fe160a81be972641e6154824f803b347d011c04fae9b156883e21f925
Download zip 263.79 KB
MD5: 5ca4fe2a1d15f9343efe1cb48bfba789
SHA-1: def1e42e5d15c49427600767978f16f07dc49ca0
SHA-256: db6e930aabf23d17ba0555162cb60c1bd8a3863b08f9b1d342b6421f58b5ba1d

Release notes

Changes since 8.x-2.5:

  • #2630270 by alexpott: fnmatch is not available on non-posix php builds
  • #2634008: Added a test case to demonstrate indented lists in @param docs
  • Do not use Symfony YAML 3 dependency to be PHP 5.4 compatible
  • No more failures allowed in PHP 7 testing
  • #2631352: Fixed false positives for having no return comments with @return static
  • #2624648: Allow missing comment for @throws doc directive
  • #2639414: Fixed phpcbf with comments after PHP open tags
  • #2636926: Fixed increment operator spacing sniff when "static" keyword is usded
  • #2633706: Allow numbers in inline @var comment type hints and variable names
  • Added a sniff to check if hook_form_alter() docs match function signature
  • Added a sniff for automatically added keys in info files
  • Fixed YAML autoloading problem by manually including composer autoloader
  • Expand sniffs for t() calls to also work for $this->t() calls in Drupal 8
  • Updated all drupal.org URLs to https: and www
  • Removed obsolete coder_format, use phpcbf to auto-format code.
  • Composer lock update with updated dependencies
  • Implemented fixer for empty lines after @file doc comment
  • Fixed blank lines after @file comment in template files
  • Added fixed version of the general bad.php test file
  • Removed 'global' keyword lower case sniff, now covered by upstream PHPCS sniff
  • Fixed documented parameter type hints with aliased use statements
  • Removed composer.lock file because dependencies are different per PHP version
  • #2611236: Updated PHPCS dependency to fix CSS tokenizer bug
  • Fixed false positives with anonymous functions in arrays
  • Synced scope indent sniff from upstream PHPCS generic sniff
  • Updated PHPCS dependency to latest stable version
  • #2656186 by alexpott: Add missing $config_directories to core global variables
Created by: klausi
Created on: 7 Feb 2016 at 12:21 UTC
Last updated: 8 Apr 2016 at 14:38 UTC
Bug fixes
New features
Unsupported

Other releases