Commit 3fd342d7 authored by catch's avatar catch
Browse files

Issue #3331633 by Spokje, longwave, catch: Don't allow @inheritdoc (no curly...

Issue #3331633 by Spokje, longwave, catch: Don't allow @inheritdoc (no curly braces) annotation in PHPDocBlocks
parent 58d974e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@ abstract class DriverSpecificDatabaseTestBase extends DriverSpecificKernelTestBa
  use DatabaseTestSchemaInstallTrait;

  /**
   * @inheritdoc
   * {@inheritdoc}
   */
  protected static $modules = ['database_test'];

  /**
   * @inheritdoc
   * {@inheritdoc}
   */
  protected function setUp(): void {
    parent::setUp();
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ abstract class DriverSpecificKernelTestBase extends KernelTestBase {
  protected $connection;

  /**
   * @inheritdoc
   * {@inheritdoc}
   */
  protected function setUp(): void {
    parent::setUp();