Verified Commit b450cb38 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3477599 by quietone: Fix Drupal.Commenting.VariableComment.Missing

parent 2dc84b0e
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -34,8 +34,6 @@ class BlockUiTest extends BrowserTestBase {
   */
  protected $defaultTheme = 'stark';

  protected $regions;

  /**
   * The submitted block values used by this test.
   *
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@
class LocaleUpdateCronTest extends LocaleUpdateBase {

  use CronRunTrait;
  protected $batchOutput = [];

  /**
   * {@inheritdoc}
+3 −0
Original line number Diff line number Diff line
@@ -14,6 +14,9 @@
 */
class NavigationTopBarContentModerationTest extends ModerationStateTestBase {

  /**
   * {@inheritdoc}
   */
  protected $defaultTheme = 'stark';

  /**
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ public function __construct() {}
      /**
       * {@inheritdoc}
       */
      // phpcs:ignore DrupalPractice.CodeAnalysis.VariableAnalysis.UnusedVariable
      // phpcs:ignore DrupalPractice.CodeAnalysis.VariableAnalysis.UnusedVariable, Drupal.Commenting.VariableComment.Missing
      protected string $type = 'test';
    };
    $failure_marker->write($stage, $message);
+3 −0
Original line number Diff line number Diff line
@@ -115,6 +115,9 @@ public function testDefaultSiteDirectoryPermissions(): void {
 */
class TestSiteConfigurationExcluder extends SiteConfigurationExcluder {

  /**
   * The site path.
   */
  public string $sitePath;

}
Loading