Skip to content

Commit aeab5d7

Browse files
committed
Suppress Psalm issue
1 parent 54dd8d4 commit aeab5d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ConnectionPool.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ public function execute(string $sql, array $params = []): Result
340340
*/
341341
public function prepare(string $sql): Statement
342342
{
343+
/** @psalm-suppress InvalidArgument Psalm is not properly detecting the templated return type. */
343344
return $this->createStatementPool($sql, $this->prepareStatement(...));
344345
}
345346

0 commit comments

Comments
 (0)