Commit 225378cd 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 b8485e75
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
@@ -24,7 +24,7 @@ abstract class DriverSpecificKernelTestBase extends KernelTestBase {
  protected Connection $connection;

  /**
   * @inheritdoc
   * {@inheritdoc}
   */
  protected function setUp(): void {
    // Find the current SUT database driver from the connection info. If that