This commit is contained in:
Sam Georges 2014-08-13 21:25:57 +10:00
parent bee85771c6
commit 3ff31f2180

View File

@ -266,7 +266,6 @@ class Controller extends BaseController
/** /**
* Returns the Twig environment. * Returns the Twig environment.
*
* @return Twig_Environment * @return Twig_Environment
*/ */
public function getTwig() public function getTwig()
@ -276,6 +275,7 @@ class Controller extends BaseController
/** /**
* Initializes the custom layout and page objects. * Initializes the custom layout and page objects.
* @return void
*/ */
protected function initCustomObjects() protected function initCustomObjects()
{ {
@ -296,6 +296,7 @@ class Controller extends BaseController
/** /**
* Initializes the components for the layout and page. * Initializes the components for the layout and page.
* @return void
*/ */
protected function initComponents() protected function initComponents()
{ {