Skip to content

Commit

Permalink
Improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
Quy committed Apr 25, 2018
1 parent 9a40a4c commit 2b14e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/src/Language/Associations.php
Expand Up @@ -29,9 +29,9 @@ class Associations
* @param string $pk The name of the primary key in the given $table.
* @param string $aliasField If the table has an alias field set it here. Null to not use it
* @param string $catField If the table has a catid field set it here. Null to not use it
* @param array $advClause Array with advanced where clause use c as parent column key, c2 as associations column key
* @param array $advClause Additional advanced 'where' clause; use c as parent column key, c2 as associations column key
*
* @return array The associated items
* @return array The associated items
*
* @since 3.1
*
Expand Down

0 comments on commit 2b14e47

Please sign in to comment.