Skip to content

Commit 04482af

Browse files
committed
Fix build
1 parent 565e11d commit 04482af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ public function getTestData(): iterable
13181318
SELECT MOD(10, NULLIF(m.intColumn, m.intColumn))
13191319
FROM QueryResult\Entities\Many m
13201320
',
1321-
'Modulo by zero',
1321+
PHP_VERSION_ID < 70400 ? 'Modulo by zero' : null,
13221322
];
13231323

13241324
yield 'substring function' => [

0 commit comments

Comments
 (0)