Skip to content

Commit 9cc6c77

Browse files
committed
Update QueryBuilderDqlRule.php
1 parent f4be5fe commit 9cc6c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/Doctrine/ORM/QueryBuilderDqlRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function processNode(Node $node, Scope $scope): array
7474
if ($obj->yes()) {
7575
$x = 1;
7676
} else {
77-
$x = 3;
77+
$x = 0;
7878
}
7979

8080
if ($x) {

0 commit comments

Comments
 (0)