Displaying 1 - 50 of 865
Title Status Priority Category Version Component Replies Last updatedsort ascending Assigned to Created
Url format should allow gitlab links Needs review Normal Bug report 9.x-dev Code 13 1 day 2 hours 2 weeks 6 days
Property hooks not supported Needs work Major Bug report 9.x-dev Code 9 2 months 2 weeks 4 months 2 weeks
Error in validation of heredoc and nowdoc string literals. Closed (fixed) Normal Bug report 9.x-dev Coder Sniffer 9 4 months 1 week 6 months 1 day
False positives when using asymmetric property visibility Active Normal Bug report 8.3.x-dev Coder Sniffer 1 5 months 2 weeks 5 months 2 weeks
DataTypeNamespace complains about namespace when PHPStan types are used Closed (fixed) Normal Bug report 9.x-dev Coder Sniffer 8 5 months 2 weeks 1 year 3 weeks
Use of asymmetric visibility in PHP 8.4 leads to superfluous "missing doc comment" error Closed (fixed) Normal Bug report 9.x-dev Coder Sniffer 7 5 months 2 weeks 7 months 2 weeks
Commenting.DataTypeNamespace sniff can return the same error more than once Closed (won't fix) Normal Bug report 9.x-dev Coder Sniffer 5 6 months 2 days 8 years 8 months
@param tags not using a fully-qualified class names are not reported Closed (duplicate) Normal Bug report 8.x-3.x-dev Coder Sniffer 5 6 months 1 week 4 years 6 months
Allow camelCase for variable naming conventions Closed (fixed) Normal Bug report 8.x-2.x-dev Coder Sniffer 36 6 months 2 weeks 11 years 10 months
Do not run Generic.PHP.DisallowShortOpenTag on .yml files Closed (fixed) Normal Bug report 8.3.x-dev Coder Sniffer 13 7 months 1 week 11 months 1 day
Misleading error "There must be exactly one newline after the class comment" Active Normal Bug report 8.3.x-dev Coder Sniffer 2 7 months 3 weeks 7 months 3 weeks
Drupal.Commenting.DocComment.ClassMissingShort and @mainpage Active Normal Bug report 8.3.x-dev Coder Sniffer 1 8 months 1 week 8 months 1 week
Drupal.Commenting.FunctionComment does not accept class-string Closed (works as designed) Normal Bug report 8.3.x-dev Coder Sniffer 2 9 months 4 weeks 9 months 4 weeks
False positive for SlevomatCodingStandard.TypeHints.NullableTypeForNullDefaultValue Closed (works as designed) Normal Bug report 8.3.x-dev Coder Sniffer 3 10 months 2 hours 10 months 3 days
phpcbf produces incorrect results in some cases with CRLF line endings Active Normal Bug report 8.3.30 Coder Sniffer 1 12 months 4 hours 12 months 4 hours
Deprecate all CSS and JS sniffs and other PHPCS deprecated sniffs Closed (fixed) Normal Bug report 8.3.x-dev Coder Sniffer 21 12 months 3 days 1 year 3 weeks
Complex array<> expressions should be allowed in @return comments Closed (fixed) Normal Bug report 8.3.x-dev Coder Sniffer 5 12 months 4 days 1 year 1 week
@phpstan-ignore-next-line annotation collides with PHPCS Closed (fixed) Normal Bug report 8.3.x-dev Coder Sniffer 23 1 year 11 hours 1 year 2 months
[regression] Can no longer ignore Drupal.Commenting.FunctionComment.MissingReturnComment Closed (fixed) Normal Bug report 8.3.x-dev Coder Sniffer 7 1 year 4 days 1 year 4 weeks
phpcbf: Missing new line between CSS rules and no space before !important Closed (won't fix) Minor Bug report 8.x-2.x-dev Coder Review 4 1 year 2 weeks 10 years 7 months
Drupal.CSS.ClassDefinitionNameSpacing sniff incorrectly removing the opening brace instead of removing a blank line for the BlankLinesFound error Closed (won't fix) Normal Bug report 8.x-3.x-dev Coder Sniffer 3 1 year 2 weeks 7 years 2 months
"@} End" doc comments should be allowed at the end of classes Active Normal Bug report 8.3.x-dev Coder Sniffer 2 1 year 1 month 1 year 2 months
PHPCS not catching multiple spaces after final keyword Closed (fixed) Minor Bug report 8.3.x-dev Coder Sniffer 6 1 year 2 months 1 year 9 months
Let ShortNotCapital allow starting with some characters that do not have case Active Normal Bug report 8.x-3.x-dev Coder Sniffer 3 1 year 3 months 4 years 11 months
Problems with Drupal.Commenting.DocComment.LongFullStop Active Normal Bug report 8.3.12 Coder Sniffer 3 1 year 3 months 5 years 3 months
Multiple code snippets, todos, and links are allowed in file doc blocks Closed (outdated) Normal Bug report 8.x-2.x-dev Coder Sniffer 4 1 year 3 months 11 years 1 day
Lack of linebreak between doxygen'd function is broken Closed (fixed) Normal Bug report 8.3.x-dev Coder Sniffer 7 1 year 3 months 1 year 10 months
Problem with Drupal.Commenting.FunctionComment.ParamCommentFullStop: Lists Active Normal Bug report 8.3.12 Coder Sniffer 2 1 year 3 months vighneshh 5 years 2 months
Don't add dot with inline comments containing code with semicolon Active Minor Bug report 8.x-2.x-dev Review/Rules 11 1 year 3 months 10 years 7 months
Drupal.WhiteSpace.ScopeIndent gets confused by attributes on a function. Closed (fixed) Normal Bug report 8.3.x-dev Coder Sniffer 31 1 year 3 months 1 year 10 months
Drupal.Classes.FullyQualifiedNamespace sniff doesn't work with attributes and that is ok Closed (fixed) Normal Bug report 8.3.x-dev Review/Rules 22 1 year 4 months 1 year 7 months
False Postive: Aliased PHP 8.0 Attributes on Class properties leading to "Namespaced classes/interfaces/traits should be referenced with use statements" Closed (fixed) Normal Bug report 8.3.x-dev Coder Sniffer 7 1 year 4 months 2 years 5 months
FullyQualifiedNamespaceSniff: phpcbf inserts a use statement before a namespace declaration Closed (fixed) Normal Bug report 8.3.x-dev Coder Sniffer 7 1 year 4 months 5 years 3 weeks
False Positive: Drupal.Commenting.VariableComment.IncorrectVarType Disjunctive Normal Form Types Closed (fixed) Normal Bug report 8.3.x-dev Coder Sniffer 4 1 year 4 months 2 years 7 months
False positives with Drupal.Commenting.VariableComment.Missing Closed (fixed) Normal Bug report 8.3.x-dev Coder Sniffer 7 1 year 4 months 1 year 8 months
"Expected 1 newline after opening brace" in template files Closed (outdated) Normal Bug report 8.x-2.x-dev Coder Sniffer 4 1 year 4 months 10 years 3 months
phpcbf doesn't add spaces between PHP tags in TPL. Closed (outdated) Minor Bug report 8.x-2.x-dev Coder Sniffer 2 1 year 4 months 10 years 5 months
Coder adds brackets without spaces for TPL files. Closed (outdated) Normal Bug report 8.x-2.x-dev Coder Sniffer 2 1 year 4 months 10 years 5 months
Coder doesn't understand PHP short tags in template file. Closed (outdated) Normal Bug report 8.x-2.x-dev Coder Sniffer 4 1 year 4 months 10 years 5 months
Spaces between curly brackets are removed in TPL file. Closed (outdated) Minor Bug report 8.x-2.x-dev Coder Review 2 1 year 4 months 10 years 7 months
Drupal.Classes.FullyQualifiedNamespace doesn't pick up annotation classes Closed (duplicate) Normal Bug report 8.3.x-dev Coder Sniffer 2 1 year 4 months 2 years 3 weeks
Do not raise Drupal.Files.EndFileNewline.NoneFound for empty files Closed (cannot reproduce) Normal Bug report 8.3.x-dev Coder Sniffer 4 1 year 5 months 1 year 7 months
Detection of DI on GlobalDrupalSniff is too loose. Closed (duplicate) Normal Bug report 8.3.x-dev Coder Sniffer 4 1 year 5 months 1 year 6 months
GlobalDrupalSniff's use of $baseClasses is insufficient and fails to detect relevant cases Needs work Normal Bug report 8.x-3.x-dev Coder Sniffer 14 1 year 5 months 5 years 6 months
Array shapes in multiple lines are not supported. Active Normal Bug report 8.3.x-dev Coder Sniffer 3 1 year 7 months 2 years 11 months
Improve the cspell exception in Drupal.Commenting.InlineComment.InvalidEndChar Closed (fixed) Normal Bug report 8.3.x-dev Coder Sniffer 12 1 year 8 months 2 years 3 months
Drupal.Arrays.Array.LongLineDeclaration complains about arrays in function parameter defaults Active Normal Bug report 8.3.x-dev Review/Rules 1 1 year 8 months 1 year 8 months
Standards check makes it difficult to enforce strict_types declaration Active Normal Bug report 8.3.x-dev Coder Sniffer 2 1 year 8 months 1 year 8 months
False positive with hook_update_dependencies() Closed (works as designed) Normal Bug report 8.3.x-dev Coder Sniffer 2 1 year 9 months 1 year 9 months
False postivie on PHP Parallel Lint control directive Active Normal Bug report 8.3.24 Coder Sniffer 1 1 year 9 months 1 year 9 months

Pages

Subscribe with RSS Subscribe to Issues for Coder