Skip to content

Commit

Permalink
Update DbalLogger.php
Browse files Browse the repository at this point in the history
  • Loading branch information
muxx committed May 22, 2014
1 parent 354a6b9 commit 8f72a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Logger/DbalLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class DbalLogger implements SQLLogger
*
* @param Stopwatch $stopwatch A Stopwatch instance
*/
public function __construct(Stopwatch $stopwatch = null, $host)
public function __construct(Stopwatch $stopwatch = null, $host = null)
{
$this->stopwatch = $stopwatch;
$this->databaseHost = $host;
Expand Down

0 comments on commit 8f72a15

Please sign in to comment.