More scrutinizer fixes

This commit is contained in:
Timothy Warren 2015-10-06 13:38:59 -04:00
parent 443802332b
commit 728850da08
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ class Controller {
* @param array|object $data
* @return void
*/
public function render_full_page($view, $template, $data)
public function render_full_page($view, $template, array $data)
{
$view->appendOutput($this->load_partial($view, 'header', $data));
$view->appendOutput($this->load_partial($view, $template, $data));