Skip to content

Commit

Permalink
fix phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
transistive committed Mar 28, 2024
1 parent ffdaf5b commit 1f05fae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Bolt/BoltConnection.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

}
}

Expand Down

0 comments on commit 1f05fae

Please sign in to comment.