Skip to content

Commit 6c9ed02

Browse files
committed
[BUGFIX] CGL
1 parent 3182376 commit 6c9ed02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Domain/Repository/CommentRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function findAllByPost(Post $post): QueryResultInterface
5656
return $result;
5757
}
5858

59-
public function findAllByFilter(?string $filter = null,?int $blogSetup = null): QueryResultInterface
59+
public function findAllByFilter(?string $filter = null, ?int $blogSetup = null): QueryResultInterface
6060
{
6161
$query = $this->createQuery();
6262
$querySettings = $query->getQuerySettings();

0 commit comments

Comments
 (0)