Skip to content
Snippets Groups Projects
Commit be3c01ff authored by catch's avatar catch
Browse files

Issue #2611044 by felribeiro, theMusician, Nikhilesh Gupta, cilefen:...

Issue #2611044 by felribeiro, theMusician, Nikhilesh Gupta, cilefen: SystemInfoController::status - wrong documentation
parent a4c48318
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment