diff --git a/src/Bolt/BoltConnection.php b/src/Bolt/BoltConnection.php index d04443f7..4a99df99 100644 --- a/src/Bolt/BoltConnection.php +++ b/src/Bolt/BoltConnection.php @@ -295,7 +295,6 @@ public function __destruct() unset($this->boltProtocol); // has to be set to null as the sockets don't recover nicely contrary to what the underlying code might lead you to believe; } } catch (\Throwable) { - } }