Skip to content
Snippets Groups Projects
Commit 06327f03 authored by Ere Maijala's avatar Ere Maijala Committed by GitHub
Browse files

Fix code style. (#1207)

parent 3e64a8d7
No related merge requests found
...@@ -312,7 +312,7 @@ class Tags extends Gateway ...@@ -312,7 +312,7 @@ class Tags extends Gateway
'ur.list_id', 'rt.list_id', 'ur.list_id', 'rt.list_id',
Predicate::TYPE_IDENTIFIER, Predicate::TYPE_IDENTIFIER Predicate::TYPE_IDENTIFIER, Predicate::TYPE_IDENTIFIER
); );
if (null !== $source) { if (null !== $source) {
$select->where->equalTo('r.source', $source); $select->where->equalTo('r.source', $source);
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment