Skip to content

Commit

Permalink
PHPCS rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Septdir committed Apr 25, 2018
1 parent cb41a47 commit a3406a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Language/Associations.php
Expand Up @@ -38,7 +38,7 @@ class Associations
* @throws \Exception
*/
public static function getAssociations($extension, $tablename, $context, $id, $pk = 'id', $aliasField = 'alias', $catField = 'catid',
$advClause = array())
$advClause = array())
{
// To avoid doing duplicate database queries.
static $multilanguageAssociations = array();
Expand Down

0 comments on commit a3406a2

Please sign in to comment.