We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ad6c0 commit 870bab2Copy full SHA for 870bab2
src/Wrapper/JaegerStatementWrapper.php
@@ -36,7 +36,7 @@ public function setMaxSqlLength(?int $maxSqlLength)
36
return $this;
37
}
38
39
- public function executeQuery(array $params = null): Result
+ public function executeQuery(array $params = []): Result
40
{
41
$span = $this->tracer
42
->start('dbal.prepare.execute')
@@ -55,7 +55,7 @@ public function executeQuery(array $params = null): Result
55
56
57
58
- public function executeStatement($params = null): int
+ public function executeStatement(array $params = []): int
59
60
61
0 commit comments