diff --git a/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/EventSubscriber/FormTestEventSubscriber.php b/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/EventSubscriber/FormTestEventSubscriber.php index 444f7d7..552398b 100644 --- a/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/EventSubscriber/FormTestEventSubscriber.php +++ b/core/modules/system/tests/modules/form_test/lib/Drupal/form_test/EventSubscriber/FormTestEventSubscriber.php @@ -57,7 +57,7 @@ public static function getSubscribedEvents() { } /** - * Adds routes for the Form Tests. + * {@inheritdoc} */ protected function routes(RouteCollection $collection) { if ($this->moduleHandler->moduleExists('node')) {