From e5e355d06890b324df2ded707ca491f9539dd171 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Wed, 25 Jun 2014 10:07:06 -0300 Subject: Merge pull-request #140 (several small fixes) --- app/Controller/Base.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'app/Controller/Base.php') diff --git a/app/Controller/Base.php b/app/Controller/Base.php index 9b695a82..13fb9b91 100644 --- a/app/Controller/Base.php +++ b/app/Controller/Base.php @@ -66,7 +66,7 @@ abstract class Base * Registry instance * * @access private - * @var Core\Registry + * @var \Core\Registry */ private $registry; @@ -85,7 +85,8 @@ abstract class Base * Load automatically models * * @access public - * @param string $name Model name + * @param string $name Model name + * @return mixed */ public function __get($name) { @@ -214,8 +215,9 @@ abstract class Base * Common layout for task views * * @access protected - * @param string $template Template name - * @param array $params Template parameters + * @param string $template Template name + * @param array $params Template parameters + * @return string */ protected function taskLayout($template, array $params) { -- cgit v1.2.3