Commit 4e28b18c by Luciano Baraglia

Doc Fixes

parent 07789370
......@@ -33,7 +33,7 @@ use yii\base\Object;
* ->limit($pages->limit)
* ->all();
*
* $this->render('index', array(
* return $this->render('index', array(
* 'models' => $models,
* 'pages' => $pages,
* ));
......
......@@ -38,7 +38,7 @@ use yii\helpers\Html;
* ->orderBy($sort->orders)
* ->all();
*
* $this->render('index', array(
* return $this->render('index', array(
* 'models' => $models,
* 'sort' => $sort,
* ));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment