diff --git a/core/modules/system/tests/modules/twig_extension_test/lib/Drupal/twig_extension_test/TwigExtensionTestController.php b/core/modules/system/tests/modules/twig_extension_test/lib/Drupal/twig_extension_test/TwigExtensionTestController.php index aa772b8..7869194 100644 --- a/core/modules/system/tests/modules/twig_extension_test/lib/Drupal/twig_extension_test/TwigExtensionTestController.php +++ b/core/modules/system/tests/modules/twig_extension_test/lib/Drupal/twig_extension_test/TwigExtensionTestController.php @@ -7,7 +7,7 @@ namespace Drupal\twig_extension_test; -use Drupal\Core\ControllerInterface; +use Drupal\Core\Controller\ControllerInterface; use Symfony\Component\DependencyInjection\ContainerInterface; /** @@ -16,7 +16,7 @@ class TwigExtensionTestController implements ControllerInterface { /** - * Creates the controller. + * {@inheritdoc} */ public static function create(ContainerInterface $container) { return new static();