|
False positive in closure usage of USE keyword. |
Closed (fixed) |
Normal |
Bug report |
8.3.x-dev |
Coder Sniffer |
|
5 years 3 months |
|
CRLF line endings in two files |
Closed (fixed) |
Normal |
Bug report |
8.3.x-dev |
Review/Rules |
|
3 years 10 months |
|
Callable in property constructor promotion cannot be typed |
Closed (fixed) |
Normal |
Bug report |
8.3.18 |
Coder Sniffer |
|
4 years 4 months |
|
FunctionComment broken for complex string types |
Closed (fixed) |
Normal |
Bug report |
8.3.x-dev |
Coder Sniffer |
|
5 years 6 months |
|
declare(strict_types=1) conflicts with Drupal.Commenting.FileComment |
Closed (works as designed) |
Normal |
Task |
8.x-3.x-dev |
Coder Sniffer |
|
5 years 7 months |
|
Indentation for class declarations should be set to 2 |
Closed (fixed) |
Normal |
Bug report |
8.3.x-dev |
Coder Sniffer |
|
4 years 1 month |
|
False positive with UseGlobalClassSniff |
Closed (duplicate) |
Normal |
Bug report |
8.3.x-dev |
Coder Sniffer |
|
5 years 1 month |
|
Please add a .info.yml file so coder can work with packages.drupal.org |
Closed (outdated) |
Normal |
Feature request |
8.x-2.x-dev |
Coder Sniffer |
|
8 years 10 months |
|
Allow parse/ignore native attributes |
Closed (duplicate) |
Normal |
Task |
8.3.x-dev |
Coder Sniffer |
|
4 years 3 months |
|
stdclass is auto-corrected to object but it should not be |
Closed (fixed) |
Normal |
Feature request |
8.3.x-dev |
Coder Sniffer |
|
3 years 11 months |
|
SpaceUnaryOperatorSniff does not recognize T_LINE |
Closed (fixed) |
Normal |
Bug report |
8.3.x-dev |
Coder Sniffer |
|
3 years 6 months |
|
javascript true, false & null reported as sniff violations |
Closed (won't fix) |
Normal |
Bug report |
8.3.16 |
Coder Sniffer |
|
4 years 2 weeks |
|
[PP-1] Support the recommended phpdoc syntax for documenting Iterator return types |
Closed (duplicate) |
Normal |
Task |
8.3.x-dev |
Coder Sniffer |
|
3 years 6 months |
|
SpaceUnaryOperatorSniff will fail with PHP 8 match |
Closed (works as designed) |
Normal |
Bug report |
8.3.x-dev |
Coder Sniffer |
|
3 years 6 months |
|
Composer installation problem |
Closed (fixed) |
Major |
Support request |
8.3.13 |
Code |
|
4 years 8 months |
|
Ensure module dependencies are an array in .info.yml |
Closed (fixed) |
Minor |
Feature request |
8.x-3.x-dev |
Coder Sniffer |
|
6 years 1 month |
|
@inheritdoc without { } is treated as a tag and gives missleading message |
Closed (fixed) |
Normal |
Feature request |
8.3.x-dev |
Coder Sniffer |
|
9 years 1 month |
|
This package is out of sync with packagist.org |
Closed (fixed) |
Critical |
Bug report |
8.x-3.x-dev |
Coder Sniffer |
|
6 years 3 months |
|
.git repository should not be included with composer package |
Closed (fixed) |
Normal |
Bug report |
8.x-3.x-dev |
Coder Sniffer |
|
8 years 8 months |
|
Wrong error on function doc comments when 2 attributes are used |
Closed (fixed) |
Normal |
Bug report |
8.3.x-dev |
Coder Sniffer |
|
3 years 6 months |
|
`Drupal.Commenting.ClassComment.Missing` Appears when Using PHP 8 Class Attributes |
Closed (fixed) |
Normal |
Bug report |
8.3.x-dev |
Coder Sniffer |
|
3 years 10 months |
|
Relax DeprecatedSniff in tests |
Active |
Normal |
Feature request |
8.x-3.x-dev |
Coder Sniffer |
|
4 years 7 months |
|
When adding multiple PHP8 attributes to a method, Drupal.Commenting.FunctionComment.Missing is incorrectly triggered |
Closed (duplicate) |
Normal |
Bug report |
8.3.x-dev |
Coder Sniffer |
|
3 years 7 months |
|
False positive "Missing class doc comment" in readonly classes |
Closed (fixed) |
Normal |
Bug report |
8.3.x-dev |
Coder Sniffer |
|
3 years 8 months |
|
Bump dealerdirect/phpcodesniffer-composer-installer to ^1.0.0 |
Closed (fixed) |
Normal |
Task |
8.3.x-dev |
Coder Sniffer |
|
3 years 8 months |
|
Add a rule on block machine name |
Closed (won't fix) |
Normal |
Feature request |
8.x-3.x-dev |
Coder Sniffer |
|
7 years 3 months |
|
stdClass type is wrongly recognized as object |
Closed (fixed) |
Normal |
Support request |
8.x-3.4 |
Coder Sniffer |
|
7 years 3 months |
|
Blank line after @param not detected |
Active |
Normal |
Bug report |
8.3.x-dev |
Coder Sniffer |
|
3 years 8 months |
|
Allow named parameters in t() function calls |
Active |
Normal |
Feature request |
8.3.16 |
Coder Sniffer |
|
3 years 8 months |
|
False positive for UnusedPrivateMethod when called statically |
Active |
Normal |
Bug report |
8.3.x-dev |
Coder Sniffer |
|
3 years 9 months |
|
Add a sniff for Drupal unit test mandatory metadata (annotations) |
Active |
Normal |
Feature request |
8.3.x-dev |
Coder Sniffer |
|
8 years 3 months |
|
Warn if @return $this has description |
Active |
Normal |
Feature request |
8.3.x-dev |
Coder Sniffer |
|
3 years 9 months |
|
error message for Drupal.Commenting.DocComment.SpacingBeforeShort for @file docblock is unclear |
Active |
Minor |
Bug report |
8.3.x-dev |
Coder Sniffer |
|
3 years 9 months |
|
"Code after the RETURN statement" should not repeat |
Active |
Normal |
Feature request |
8.3.x-dev |
Coder Sniffer |
|
3 years 9 months |
|
Allow @dataProvider to go before @param tags in a test method docblock |
Active |
Normal |
Feature request |
8.3.x-dev |
Coder Sniffer |
|
3 years 10 months |
|
Add JSON schema for Drupal core yaml files |
Closed (duplicate) |
Normal |
Task |
8.x-3.x-dev |
Miscellaneous |
|
7 years 3 months |
|
Fix typo in ValidClassNameSniff |
Closed (fixed) |
Minor |
Bug report |
8.3.x-dev |
Coder Sniffer |
|
4 years 1 month |
|
PHPCS hangs indefinetly with standard Drupal on file FieldPluginBase.php |
Closed (fixed) |
Critical |
Bug report |
8.3.x-dev |
Coder Sniffer |
|
4 years 4 weeks |
|
Function naming convention in *.module should exclude hooks on behalf of other modules |
Active |
Major |
Bug report |
8.3.x-dev |
Coder Sniffer |
|
4 years 1 month |
|
unclosed @code annotation in doc block causes infinite loop |
Closed (duplicate) |
Normal |
Bug report |
8.3.x-dev |
Coder Sniffer |
|
4 years 1 month |
|
Typo in "StartWithCaptial" |
Closed (duplicate) |
Normal |
Bug report |
8.x-3.x-dev |
Coder Sniffer |
|
6 years 8 months |
|
Enforce short array syntax for Drupal 8 api docblock comments |
Closed (fixed) |
Normal |
Feature request |
8.x-3.x-dev |
Coder Sniffer |
|
9 years 6 months |
|
Unused static variables and Redeclaration of function parameter as static variable since update. |
Closed (fixed) |
Normal |
Support request |
8.3.15 |
Coder Sniffer |
|
4 years 1 month |
|
Bump symfony/yaml requirement to >=3.4.0 |
Closed (fixed) |
Normal |
Bug report |
8.3.x-dev |
Coder Sniffer |
|
4 years 1 month |
|
Add support for slevomat/coding-standard 8.x |
Closed (fixed) |
Normal |
Feature request |
8.3.x-dev |
Coder Sniffer |
|
4 years 1 month |
|
PHPCompatibility 7.3:ERROR | preg_replace() - /e modifier is deprecated since PHP 5.5 and removed since PHP 7.0 |
Closed (duplicate) |
Normal |
Bug report |
7.x-2.6 |
Code |
ruyakhokhar |
6 years 5 months |
|
Function naming convention in *.module |
Closed (fixed) |
Normal |
Feature request |
8.x-3.x-dev |
Coder Sniffer |
|
4 years 6 months |
|
Use of undefined constant T_ATTRIBUTE |
Closed (works as designed) |
Normal |
Support request |
8.3.15 |
Coder Sniffer |
|
4 years 3 months |
|
incorrect indentation reported for regex even if indentation is correct |
Closed (outdated) |
Normal |
Bug report |
8.x-2.8 |
Coder Sniffer |
|
9 years 1 month |
|
Move to GitHub |
Closed (won't fix) |
Normal |
Plan |
8.x-3.x-dev |
Miscellaneous |
|
5 years 10 months |