We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6544c commit 08a86faCopy full SHA for 08a86fa
src/Database/Connection.php
@@ -21,7 +21,6 @@ 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