Skip to content

Commit 4d82a3d

Browse files
committed
Merge commit 'ab7afcf443ce637b3ba725e2a03ff9b82bd92e3c' into 1.3.x
2 parents fa1483f + ab7afcf commit 4d82a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,7 +1223,7 @@ public function getTestData(): iterable
12231223
',
12241224
];
12251225

1226-
yield 'sqrt function' => [
1226+
/*yield 'sqrt function' => [
12271227
$this->constantArray([
12281228
[new ConstantIntegerType(1), $this->floatStringified()],
12291229
[new ConstantIntegerType(2), TypeCombinator::addNull($this->floatStringified())],
@@ -1241,7 +1241,7 @@ public function getTestData(): iterable
12411241
InstalledVersions::satisfies(new VersionParser(), 'doctrine/dbal', '>=3') && PHP_VERSION_ID >= 80100
12421242
? 'sqrt(): Passing null to parameter #1 ($num) of type float is deprecated'
12431243
: null,
1244-
];
1244+
];*/
12451245

12461246
yield 'length function' => [
12471247
$this->constantArray([

0 commit comments

Comments
 (0)