More scrutinizer fixes
This commit is contained in:
parent
c86d72f3e2
commit
15707167f1
@ -134,7 +134,7 @@ class Controller {
|
|||||||
* @param array|object $data
|
* @param array|object $data
|
||||||
* @return void
|
* @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, 'header', $data));
|
||||||
$view->appendOutput($this->load_partial($view, $template, $data));
|
$view->appendOutput($this->load_partial($view, $template, $data));
|
||||||
|
Loading…
Reference in New Issue
Block a user