Doc Fixes

This commit is contained in:
Luciano Baraglia
2013-07-17 02:53:17 -03:00
parent 0778937097
commit 4e28b18c81
2 changed files with 2 additions and 2 deletions

View File

@@ -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,
* )); * ));

View File

@@ -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,
* )); * ));