Fix some phpdoc comments

This commit is contained in:
Frederic Guillot
2015-01-18 18:21:33 -05:00
parent 92d9c3695e
commit 4e874fad90
4 changed files with 13 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ class Paginator
* Sort by this column
*
* @access private
* @var integer
* @var string
*/
private $order = '';
@@ -65,7 +65,7 @@ class Paginator
* Sorting direction
*
* @access private
* @var integer
* @var string
*/
private $direction = 'ASC';