From ed9c8e096c696f9191d49142e3157003f910b9af Mon Sep 17 00:00:00 2001 From: Chris McCafferty Date: Wed, 8 Feb 2017 22:37:21 -0500 Subject: [PATCH] Issue #2575967 by rashidkhan, mpdonadio: Documentation for on403 function in Http4xxController file is wrong --- core/modules/system/src/Controller/Http4xxController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/system/src/Controller/Http4xxController.php b/core/modules/system/src/Controller/Http4xxController.php index 3724901ca2..f8c97e4f54 100644 --- a/core/modules/system/src/Controller/Http4xxController.php +++ b/core/modules/system/src/Controller/Http4xxController.php @@ -25,7 +25,7 @@ public function on401() { * The default 403 content. * * @return array - * A render array containing the message to display for 404 pages. + * A render array containing the message to display for 403 pages. */ public function on403() { return [ -- GitLab