Commit ddc2db63 by Alexander Makarov

Merge pull request #630 from lucianobaraglia/master

Doc Fixes
parents 07789370 4e28b18c
...@@ -33,7 +33,7 @@ use yii\base\Object; ...@@ -33,7 +33,7 @@ use yii\base\Object;
* ->limit($pages->limit) * ->limit($pages->limit)
* ->all(); * ->all();
* *
* $this->render('index', array( * return $this->render('index', array(
* 'models' => $models, * 'models' => $models,
* 'pages' => $pages, * 'pages' => $pages,
* )); * ));
......
...@@ -38,7 +38,7 @@ use yii\helpers\Html; ...@@ -38,7 +38,7 @@ use yii\helpers\Html;
* ->orderBy($sort->orders) * ->orderBy($sort->orders)
* ->all(); * ->all();
* *
* $this->render('index', array( * return $this->render('index', array(
* 'models' => $models, * 'models' => $models,
* 'sort' => $sort, * '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