Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
173.64 KB
MD5: c80cbdec9a0b0bdb32bdcf7af9c76b24
SHA-1: 15f143fce457b51ea6d313f92941a1c33f52342e
SHA-256: 3a32f38bd0f439bd3a26c87d738ed91e39c8b4dc33ebca59f91c7b4ef6afda73
Download zip
280.01 KB
MD5: 002f5ad2a5e6706707d3596cc0828314
SHA-1: 5c14d0617d5733792319d841733540eb1affd2dd
SHA-256: 470970490616e76487d20b410f96501fe4fb2b25c11b61408b053edab5812eae
Release notes
Changes since 8.x-2.0-alpha1:
- Detect white spaces at the end of doc comments.
- Fixed false positive in detecting the end of doc comment short descriptions.
- Fixed reported line position of @param comments not ending in a full stop.
- Fixed reported line position of @param comments not starting with a captial letter.
- Removed old coder_upgrade code, this is now the domain of https://drupal.org/project/drupalmoduleupgrader .
- #2222693 : Line indentation error incorrectly triggers for anonymous function.
- Removed custom SuperfluousWhitespaceSniff, this is now handled upstream in the Squiz standard, yay!
- #2236407 : Don't impose line length limit on doc comment tags such as @param or @see or @link.
- Do not throw errors for inline @var type hinting do comments.
- #2270551 : Allow $this as data type in @return docs.
- #2203627 by TravisCarden: Fixed "Implements hook_foo() for some-template.file" sniff doesn't support Twig template names.
- Simplified function call sniff abstract class for better reuse.
- #2279131 : Fixed False positives for Comment missing for @throws tag in function comment.
- #2288837 : Fixed @return sniff to not throw errors when description is missing for $this.