Skip to content

Commit

Permalink
Merge commit 'ab7afcf443ce637b3ba725e2a03ff9b82bd92e3c' into 1.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Feb 18, 2023
2 parents fa1483f + ab7afcf commit 4d82a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ public function getTestData(): iterable
',
];

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

yield 'length function' => [
$this->constantArray([
Expand Down

0 comments on commit 4d82a3d

Please sign in to comment.