Skip to content

Commit

Permalink
Merge pull request #61 from LadySolveig/5.1/phpcs-fix
Browse files Browse the repository at this point in the history
Fix phpcs - Blank line at end of control structure
  • Loading branch information
Hackwar committed Jan 13, 2024
2 parents ec106fd + e526e83 commit 4de2eab
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ protected function getListQuery()
}

$query->where('(' . implode(' OR ', $subCatItemsWhere) . ')');

} elseif ($level) {
// Case: Using only the by level filter
$query->where($db->quoteName('a.level') . ' <= :level')
Expand Down

0 comments on commit 4de2eab

Please sign in to comment.