From 728850da089eb76363db5625b85b37d65584eaf9 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Tue, 6 Oct 2015 13:38:59 -0400 Subject: [PATCH] More scrutinizer fixes --- src/Aviat/AnimeClient/Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aviat/AnimeClient/Controller.php b/src/Aviat/AnimeClient/Controller.php index 80e836cf..b3f65acf 100644 --- a/src/Aviat/AnimeClient/Controller.php +++ b/src/Aviat/AnimeClient/Controller.php @@ -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));