diff --git a/core/modules/update/lib/Drupal/update/Controller/UpdateController.php b/core/modules/update/lib/Drupal/update/Controller/UpdateController.php index ac36e2d..d46af8a 100644 --- a/core/modules/update/lib/Drupal/update/Controller/UpdateController.php +++ b/core/modules/update/lib/Drupal/update/Controller/UpdateController.php @@ -19,7 +19,7 @@ class UpdateController implements ControllerInterface { /** * Module handler service. * - * @var \Drupal\Core\Entity\EntityManager + * @var \Drupal\Core\Extension\ModuleHandlerInterface */ protected $moduleHandler; @@ -34,10 +34,7 @@ public function __construct(ModuleHandlerInterface $module_handler) { } /** - * Implements \Drupal\Core\ControllerInterface::create(). - * - * @param \Symfony\Component\DependencyInjection\ContainerInterface $container - * The service container this object should use. + * {@inheritdoc} */ public static function create(ContainerInterface $container) { return new static( @@ -48,8 +45,8 @@ public static function create(ContainerInterface $container) { /** * Returns a page about the update status of projects. * - * @return string - * A HTML-formatted string with the update status of projects. + * @return array + * A build array with the update status of projects. */ public function updateStatus() { $build = array(