Skip to content

Commit b90c97c

Browse files
RetryConnection: Ensure ipl forward compatibility
1 parent 892cfc0 commit b90c97c

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
@@ -5,10 +5,11 @@
55
namespace Icinga\Module\Reporting;
66

77
use ipl\Sql\Connection;
8+
use PDOStatement;
89

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

0 commit comments

Comments
 (0)