mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-03 15:17:22 +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')
|
. $db->quoteName('pulls.pull_id')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
// Filter by search
|
// Filter by search
|
||||||
$search = $this->getState()->get('filter.search');
|
$search = $this->getState()->get('filter.search');
|
||||||
|
|
||||||
@ -332,7 +331,7 @@ class PullsModel extends AbstractModel
|
|||||||
->group($db->quoteName('pulls_labels.pull_id'));
|
->group($db->quoteName('pulls_labels.pull_id'));
|
||||||
|
|
||||||
$query->leftJoin(
|
$query->leftJoin(
|
||||||
'(' . $labelQuery->__toString() . ')' . ' AS ' . $db->quoteName(
|
'(' . $labelQuery->__toString() . ') AS ' . $db->quoteName(
|
||||||
'pulls_labels'
|
'pulls_labels'
|
||||||
)
|
)
|
||||||
. ' ON ' . $db->quoteName('pulls_labels.pull_id') . ' = '
|
. ' ON ' . $db->quoteName('pulls_labels.pull_id') . ' = '
|
||||||
|
Loading…
Reference in New Issue
Block a user