From ebefc03c3135237003e32d2ef19bb95fcf941fd0 Mon Sep 17 00:00:00 2001 From: Vitaliy Stepanenko Date: Fri, 31 Aug 2012 15:25:05 +0300 Subject: [PATCH] Update app/code/core/Mage/Core/Controller/Varien/Front.php fixed DocBlock comment @return section --- app/code/core/Mage/Core/Controller/Varien/Front.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/core/Mage/Core/Controller/Varien/Front.php b/app/code/core/Mage/Core/Controller/Varien/Front.php index 60509d3fbeb83..0621bee363569 100644 --- a/app/code/core/Mage/Core/Controller/Varien/Front.php +++ b/app/code/core/Mage/Core/Controller/Varien/Front.php @@ -256,7 +256,7 @@ public function getRouterByFrontName($frontName) /** * Apply configuration rewrites to current url * - * @return Mage_Core_Controller_Varien_Front + * @return null */ public function rewrite() {