diff -u b/core/modules/system/lib/Drupal/system/Controller/BatchController.php b/core/modules/system/lib/Drupal/system/Controller/BatchController.php --- b/core/modules/system/lib/Drupal/system/Controller/BatchController.php +++ b/core/modules/system/lib/Drupal/system/Controller/BatchController.php @@ -21,7 +21,7 @@ * Returns a system batch page. * * @return mixed - * A Symfony\Component\HttpFoundation\Response object or page element. + * A \Symfony\Component\HttpFoundation\Response object or page element. * */ public function batchPage(Request $request) {