PSR 2 compliance
This commit is contained in:
parent
e93419eafd
commit
835a28aa34
5 changed files with 6 additions and 5 deletions
|
|
@ -123,7 +123,8 @@ class PostRepositoryQuery extends RepositoryQuery
|
|||
if ($tag) {
|
||||
$this
|
||||
->andWhere('.tags LIKE :tag')
|
||||
->setParameter(':tag', '%'.$tag.'%');
|
||||
->setParameter(':tag', '%'.$tag.'%')
|
||||
;
|
||||
}
|
||||
|
||||
return $this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue