mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-05 07:19:49 +00:00
php cs fixes
This commit is contained in:
parent
09f823ac08
commit
19b53e4a4c
@ -62,6 +62,7 @@ class NewsItemRepository implements ObjectRepository
|
|||||||
dump($this->buildQueryWithDateFilter()
|
dump($this->buildQueryWithDateFilter()
|
||||||
->getQuery()
|
->getQuery()
|
||||||
->getResult());
|
->getResult());
|
||||||
|
|
||||||
return $this->buildQueryWithDateFilter()
|
return $this->buildQueryWithDateFilter()
|
||||||
->getQuery()
|
->getQuery()
|
||||||
->getResult();
|
->getResult();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user