Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bergice committed Apr 11, 2019
1 parent 0c4f874 commit 3062634
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FileMigrationHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ class FileMigrationHelper
/**
* @param LoggerInterface $logger
*/
public function setLogger(LoggerInterface $logger) {
public function setLogger(LoggerInterface $logger)
{
$this->logger = $logger;
}

Expand Down

0 comments on commit 3062634

Please sign in to comment.