We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b0e60 commit e8bf240Copy full SHA for e8bf240
framework/data/Pagination.php
@@ -133,8 +133,8 @@ class Pagination extends BaseObject implements Linkable
133
*/
134
public $defaultPageSize = 20;
135
/**
136
- * @var array|false the page size limits. The first array element stands for the minimal page size, and the second
137
- * the maximal page size. If this is false, it means [[pageSize]] should always return the value of [[defaultPageSize]].
+ * @var array|false the page size limits. The first array element defines the minimum page size, and the second
+ * the maximum page size. If this is false, it means [[pageSize]] should always return the value of [[defaultPageSize]].
138
139
public $pageSizeLimit = [1, 50];
140
0 commit comments