We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc35655 commit c32da61Copy full SHA for c32da61
1 file changed
src/Database/Connection.php
@@ -21,6 +21,7 @@ class Connection
21
*/
22
public static function hasError(\Throwable $e): bool
23
{
24
+ /** @phpstan-ignore-next-line can't find static method */
25
if (DetectsLostConnections::causedByLostConnection($e)) {
26
return true;
27
}
0 commit comments