Skip to content

Commit 5bf91e7

Browse files
committed
removed invalid comma
1 parent 6a0ff73 commit 5bf91e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bolt/BoltDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ final class BoltDriver implements DriverInterface
5151
public function __construct(
5252
UriInterface $parsedUrl,
5353
ConnectionPool $pool,
54-
FormatterInterface $formatter,
54+
FormatterInterface $formatter
5555
) {
5656
$this->parsedUrl = $parsedUrl;
5757
$this->pool = $pool;

0 commit comments

Comments
 (0)