We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3182376 commit 6c9ed02Copy full SHA for 6c9ed02
Classes/Domain/Repository/CommentRepository.php
@@ -56,7 +56,7 @@ public function findAllByPost(Post $post): QueryResultInterface
56
return $result;
57
}
58
59
- public function findAllByFilter(?string $filter = null,?int $blogSetup = null): QueryResultInterface
+ public function findAllByFilter(?string $filter = null, ?int $blogSetup = null): QueryResultInterface
60
{
61
$query = $this->createQuery();
62
$querySettings = $query->getQuerySettings();
0 commit comments