From 49540e0b2d9d573684812ec347b3553727b9e5f3 Mon Sep 17 00:00:00 2001 From: AD7six Date: Sun, 17 Jul 2016 14:08:47 +0000 Subject: [PATCH] Correct Controller::redirect comment In earlier versions execution _was_ halted - but not in 3.x --- src/Controller/Controller.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Controller/Controller.php b/src/Controller/Controller.php index 7794a5577db..2a86f5ea92b 100644 --- a/src/Controller/Controller.php +++ b/src/Controller/Controller.php @@ -523,7 +523,6 @@ public function shutdownProcess() /** * Redirects to given $url, after turning off $this->autoRender. - * Script execution is halted after the redirect. * * @param string|array $url A string or array-based URL pointing to another location within the app, * or an absolute URL