Skip to content

Commit

Permalink
Fix documented parameter types
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jun 16, 2016
1 parent 2f22021 commit 7aa93f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libraries/DisplayResults.php
Expand Up @@ -1161,7 +1161,7 @@ private function _getAdditionalFieldsForTableNavigation(
* @param array $sort_expression sort expression
* @param array $sort_expression_nodirection sort expression
* without direction
* @param arra $sort_direction sort direction
* @param array $sort_direction sort direction
* @param boolean $is_limited_display with limited operations
* or not
* @param string $unsorted_sql_query query without the sort part
Expand Down Expand Up @@ -4530,9 +4530,9 @@ private function _getOffsets()
* Prepare sorted column message
*
* @param integer &$dt_result the link id associated to the
* query which results have to
* be displayed
* @param string $sort_expression_nodirection sort expression without direction
* query which results have to
* be displayed
* @param array $sort_expression_nodirection sort expression without direction
*
* @return string html content
* null if not found sorted column
Expand Down

0 comments on commit 7aa93f8

Please sign in to comment.