Skip to content

Commit

Permalink
Doc Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianobaraglia committed Jul 17, 2013
1 parent 0778937 commit 4e28b18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion framework/yii/data/Pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* ->limit($pages->limit)
* ->all();
*
* $this->render('index', array(
* return $this->render('index', array(
* 'models' => $models,
* 'pages' => $pages,
* ));
Expand Down
2 changes: 1 addition & 1 deletion framework/yii/data/Sort.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* ->orderBy($sort->orders)
* ->all();
*
* $this->render('index', array(
* return $this->render('index', array(
* 'models' => $models,
* 'sort' => $sort,
* ));
Expand Down

0 comments on commit 4e28b18

Please sign in to comment.