diff --git a/core/lib/Drupal/Component/Datetime/Time.php b/core/lib/Drupal/Component/Datetime/Time.php
index cc6f2a2..77da2e2 100644
--- a/core/lib/Drupal/Component/Datetime/Time.php
+++ b/core/lib/Drupal/Component/Datetime/Time.php
@@ -27,28 +27,28 @@ public function __construct(RequestStack $request_stack) {
   }
 
   /**
-   * @{inheritdoc}
+   * {@inheritdoc}
    */
   public function getRequestTime() {
     return $this->requestStack->getCurrentRequest()->server->get('REQUEST_TIME');
   }
 
   /**
-   * @{inheritdoc}
+   * {@inheritdoc}
    */
   public function getRequestMicroTime() {
     return $this->requestStack->getCurrentRequest()->server->get('REQUEST_TIME_FLOAT');
   }
 
   /**
-   * @{inheritdoc}
+   * {@inheritdoc}
    */
   public function getCurrentTime() {
     return time();
   }
 
   /**
-   * @{inheritdoc}
+   * {@inheritdoc}
    */
   public function getCurrentMicroTime() {
     return microtime(TRUE);
diff --git a/core/modules/system/src/Tests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php b/core/modules/system/src/Tests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php
index dbb15be..eb50a0d 100644
--- a/core/modules/system/src/Tests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php
+++ b/core/modules/system/src/Tests/Installer/InstallerConfigDirectorySetNoDirectoryErrorTest.php
@@ -44,7 +44,7 @@ protected function setUpSettings() {
   }
 
   /**
-   * @{inheritdoc}
+   * {@inheritdoc}
    */
   protected function setUpSite() {
     // This step should not appear as we had a failure prior to the settings
diff --git a/core/modules/system/src/Tests/Installer/InstallerDatabaseErrorMessagesTest.php b/core/modules/system/src/Tests/Installer/InstallerDatabaseErrorMessagesTest.php
index 32829c8..c98a5de 100644
--- a/core/modules/system/src/Tests/Installer/InstallerDatabaseErrorMessagesTest.php
+++ b/core/modules/system/src/Tests/Installer/InstallerDatabaseErrorMessagesTest.php
@@ -13,7 +13,7 @@
 class InstallerDatabaseErrorMessagesTest extends InstallerTestBase {
 
   /**
-   * @{inheritdoc}
+   * {@inheritdoc}
    */
   protected function setUpSettings() {
     // We are creating a table here to force an error in the installer because
@@ -25,7 +25,7 @@ protected function setUpSettings() {
   }
 
   /**
-   * @{inheritdoc}
+   * {@inheritdoc}
    */
   protected function setUpSite() {
     // This step should not appear as we had a failure on the settings screen.
diff --git a/core/modules/system/src/Tests/Installer/InstallerTranslationTest.php b/core/modules/system/src/Tests/Installer/InstallerTranslationTest.php
index 330d61f..fd6e001 100644
--- a/core/modules/system/src/Tests/Installer/InstallerTranslationTest.php
+++ b/core/modules/system/src/Tests/Installer/InstallerTranslationTest.php
@@ -42,7 +42,7 @@ protected function setUpLanguage() {
   }
 
   /**
-   * @{inheritdoc}
+   * {@inheritdoc}
    */
   protected function setUpSettings() {
     // We are creating a table here to force an error in the installer because
diff --git a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoLabel.php b/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoLabel.php
index b339f5b..fb69ccb 100644
--- a/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoLabel.php
+++ b/core/modules/system/tests/modules/entity_test/src/Entity/EntityTestNoLabel.php
@@ -19,7 +19,7 @@
 class EntityTestNoLabel extends EntityTest {
 
   /**
-   * @{inheritdoc}
+   * {@inheritdoc}
    */
   public function label() {
     return $this->getName();
