<?php

function foo() {
  echo 'test';
}//end foo()

class Test {

  /**
   * The search score.
   */
  public string $search_score; // phpcs:ignore Drupal.NamingConventions.ValidVariableName.LowerCamelName

}
