Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 04482af

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /