Skip to content

Commit

Permalink
Fix integer
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmayer committed Oct 3, 2016
1 parent 2c72520 commit b8d3840
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class FinderViewFilter extends JViewLegacy
/**
* The total indexed items
*
* @var int
* @var integer
*
* @since 2.5
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class FinderViewFilters extends JViewLegacy
/**
* The total number of items
*
* @var int
* @var integer
*
* @since 2.5
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class FinderViewIndex extends JViewLegacy
/**
* The total number of items
*
* @var int
* @var integer
*
* @since 2.5
*/
Expand Down

0 comments on commit b8d3840

Please sign in to comment.