Skip to content

Commit 8522ce5

Browse files
RetryConnection: Ensure ipl forward compatibility
1 parent 7d65ada commit 8522ce5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

library/Reporting/RetryConnection.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
namespace Icinga\Module\Reporting;
77

88
use ipl\Sql\Connection;
9+
use PDOStatement;
910

1011
class RetryConnection extends Connection
1112
{
12-
public function prepexec($stmt, $values = null)
13+
public function prepexec($stmt, $values = null): PDOStatement|false
1314
{
1415
try {
1516
$sth = parent::prepexec($stmt, $values);

0 commit comments

Comments
 (0)