Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
133.65 KB
MD5: a2fda7e9fdf55dc5ad36dd0d482973bd
SHA-1: f7e17d35df587619b401ee3a67c88217a30eff1a
SHA-256: a55300d1ec27f9be8cb6e97ec522be2442f7d26480921fa83e5ba083aca85a05
Download zip
262.22 KB
MD5: 1732dae97ff0e08b1a864251d27a3c98
SHA-1: b1115c2ce76957457c52ee40a10079035f956a94
SHA-256: dc91834c3f823e7a7a7d7f02a636a953b9115bb5d175532938cfea6f334420d7
Release notes
Changes since 8.2.2:
- Fixed PHP notices in @param comment sniffs
- #2474479: False report for stdClass type hint: Expected "object" but found "stdClass" for parameter type
- #2465735: Permit long URLs in @todo comment in docblock
- Added fixer for to much inline comment spacing
- Added another fixer for inline commment indentation
- Updated scope indent sniff from Squiz
- Added maintainers and credits to README
- #2450111 by Arla: Allow inline /** @var doc comment for multiple typehints with "|" (pipe/bar)
- #2483849: Fixed CSS media query with colon throws false positives
- Do not use TRUNCATE queries, use db_truncate() instead
- #2288831 : Moved sniff for t() in installation hooks to DrupalPractice and restricted it to Drupal 7
- Added a sniff to detect duplicate entries in info files
- Updated dependencies to new PHPCS 2.3.3 release