Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
298.66 KB
MD5: eaa2f9b3578d8062740435c3af821d6a
SHA-1: 61a154980d049de98d95c6efc83f491593a0e71d
SHA-256: 4b6259c9ad77b3b6bf646db0a1e6d1f2bcfe93849789705357697c7878e37b57
Download zip
419.67 KB
MD5: 6575a6b683566fba4feefea365eb85b1
SHA-1: 643dade02f8477ca2903b549345d8e53352d8ae7
SHA-256: 0d4804cdcd4562ebde0a97aa57cc84fe0fd40e2a28d4fc19a2c7e11d83cf2cf9
Release notes
Changes since 7.x-2.0:
- #1916238 by cthos | klausi: Fixed __toString is invalid - only PHP magic methods should be prefixed with a double underscore.
- The Boolean type hint does not exist, bool should be used.
- Moved function call detection to its own method to be reusable.
- #2077539 : Fixed Interface PHP_CodeSniffer_MultiFileSniff not found.
- #2055383 by opi: Fixed Requirements tell user a wrong drush command to install PHP CodeSniffer.
- #2089569 by bkonetzny: Fixed Missing PHP_CodeSniffer prevents running update.php.
- #1520122 by TwoMice: add support for T_THROW in coder_format.php
- #1938342 found by maliky: fix warning message to use ++$foo instead of $++foo.
- remove debugging
- #2038755 reported by tikaszvince: fix _substr
- Added a check for white spaces at the begin or end of translatable strings in t().
- Fixed white space detection in translatable strings.
- Improved comment shortdescription message.
- "object" should be used instead of "stdClass" for @param/@return data types.
- Added argc and argv to global variable white list.
- Fixed PHP shorttag warnings in txt and info files.
- There is no 'number' @param data type, only 'int'.