From be3c01ff62150f3e8ac413972d701bb19feec8fc Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole <catch@35733.no-reply.drupal.org> Date: Mon, 25 Jul 2016 13:57:54 +0100 Subject: [PATCH] Issue #2611044 by felribeiro, theMusician, Nikhilesh Gupta, cilefen: SystemInfoController::status - wrong documentation --- core/modules/system/src/Controller/SystemInfoController.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/modules/system/src/Controller/SystemInfoController.php b/core/modules/system/src/Controller/SystemInfoController.php index 68bde209471a..4d1451f3f699 100644 --- a/core/modules/system/src/Controller/SystemInfoController.php +++ b/core/modules/system/src/Controller/SystemInfoController.php @@ -41,8 +41,9 @@ public function __construct(SystemManager $systemManager) { /** * Displays the site status report. * - * @return string - * The current status of the Drupal installation. + * @return array + * A render array containing a list of system requirements for the Drupal + * installation and whether this installation meets the requirements. */ public function status() { $requirements = $this->systemManager->listRequirements(); -- GitLab