Fix incorrect types in phpDoc
This commit is contained in:
parent
40daaa5fc3
commit
3161c8e661
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ class Sort
|
|||
*
|
||||
* Variable to utilize ascending sort
|
||||
*
|
||||
* @var integer
|
||||
* @var string
|
||||
*/
|
||||
const ASC = 'ASC';
|
||||
|
||||
|
@ -36,7 +36,7 @@ class Sort
|
|||
*
|
||||
* Variable to utilize descending sort
|
||||
*
|
||||
* @var integer
|
||||
* @var string
|
||||
*/
|
||||
const DESC = 'DESC';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue