Skip to content

Commit dbf1515

Browse files
committed
[CI]: Fixed PHPStan and renamed ci.yaml to backend-ci.yaml
1 parent cd89594 commit dbf1515

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/lib/Query/Common/CriterionVisitor/LogicalAnd.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function canVisit(CriterionInterface $criterion): bool
3030
*
3131
* @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalAnd $criterion
3232
*/
33-
public function visit(CriterionInterface $criterion, CriterionVisitor $subVisitor = null): string
33+
public function visit(CriterionInterface $criterion, ?CriterionVisitor $subVisitor = null): string
3434
{
3535
/** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalAnd $criterion */
3636
if (!isset($criterion->criteria[0])) {

0 commit comments

Comments
 (0)