Skip to content

Commit c32da61

Browse files
committed
Fix ql check
1 parent dc35655 commit c32da61

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Database/Connection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class Connection
2121
*/
2222
public static function hasError(\Throwable $e): bool
2323
{
24+
/** @phpstan-ignore-next-line can't find static method */
2425
if (DetectsLostConnections::causedByLostConnection($e)) {
2526
return true;
2627
}

0 commit comments

Comments
 (0)