mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-22 19:09:00 +00:00
Merge pull request #302 from richard67/patch-1
Fix PHPCS errors from previous commit "Add a label filter"
This commit is contained in:
commit
1089772eec
@ -236,7 +236,6 @@ class PullsModel extends AbstractModel
|
||||
. $db->quoteName('pulls.pull_id')
|
||||
);
|
||||
|
||||
|
||||
// Filter by search
|
||||
$search = $this->getState()->get('filter.search');
|
||||
|
||||
@ -332,7 +331,7 @@ class PullsModel extends AbstractModel
|
||||
->group($db->quoteName('pulls_labels.pull_id'));
|
||||
|
||||
$query->leftJoin(
|
||||
'(' . $labelQuery->__toString() . ')' . ' AS ' . $db->quoteName(
|
||||
'(' . $labelQuery->__toString() . ') AS ' . $db->quoteName(
|
||||
'pulls_labels'
|
||||
)
|
||||
. ' ON ' . $db->quoteName('pulls_labels.pull_id') . ' = '
|
||||
|
Loading…
Reference in New Issue
Block a user