Formatted all files according to editorconfig
This commit is contained in:
parent
261eed61cf
commit
4878b2d9f7
8 changed files with 51 additions and 51 deletions
|
@ -61,7 +61,7 @@ class FeGroupsRepository
|
|||
$this->getIpQueryString($queryBuilder);
|
||||
|
||||
$rows = $queryBuilder->execute()
|
||||
->fetchAll();
|
||||
->fetchAll();
|
||||
|
||||
if (!empty($rows)) {
|
||||
return $rows;
|
||||
|
|
Reference in a new issue