- Issue created by @quietone
This code block is reported as failing the sniff, Drupal.Commenting.VariableComment.Missing. The variable does has a comment.
/**
* The search score.
*/
// phpcs:ignore Drupal.NamingConventions.ValidVariableName.LowerCamelName
public string $search_score;
See https://git.drupalcode.org/project/drupal/-/blame/11.x/core/modules/sear...
Active
8.3
Coder Sniffer