Skip to content

Commit 08a86fa

Browse files
committed
Fix stan ignore
1 parent 6f6544c commit 08a86fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Database/Connection.php

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

0 commit comments

Comments
 (0)