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 6a0ff73 commit 5bf91e7Copy full SHA for 5bf91e7
src/Bolt/BoltDriver.php
@@ -51,7 +51,7 @@ final class BoltDriver implements DriverInterface
51
public function __construct(
52
UriInterface $parsedUrl,
53
ConnectionPool $pool,
54
- FormatterInterface $formatter,
+ FormatterInterface $formatter
55
) {
56
$this->parsedUrl = $parsedUrl;
57
$this->pool = $pool;
0 commit comments