We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd89594 commit dbf1515Copy full SHA for dbf1515
.github/workflows/ci.yaml .github/workflows/backend-ci.yaml.github/workflows/ci.yaml renamed to .github/workflows/backend-ci.yaml
src/lib/Query/Common/CriterionVisitor/LogicalAnd.php
@@ -30,7 +30,7 @@ public function canVisit(CriterionInterface $criterion): bool
30
*
31
* @param \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalAnd $criterion
32
*/
33
- public function visit(CriterionInterface $criterion, CriterionVisitor $subVisitor = null): string
+ public function visit(CriterionInterface $criterion, ?CriterionVisitor $subVisitor = null): string
34
{
35
/** @var \Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\LogicalAnd $criterion */
36
if (!isset($criterion->criteria[0])) {
0 commit comments