psr2 tidy up of logging code.

This commit is contained in:
steve.brazier 2014-02-27 14:23:51 +00:00
commit b60e278cf9
6 changed files with 22 additions and 21 deletions

View file

@ -16,7 +16,7 @@ class BuildDBLogHandler extends AbstractProcessingHandler
protected $logValue;
function __construct(
public function __construct(
Build $build,
$level = LogLevel::INFO,
$bubble = true
@ -35,4 +35,4 @@ class BuildDBLogHandler extends AbstractProcessingHandler
$this->logValue .= $message . PHP_EOL;
$this->build->setLog($this->logValue);
}
}
}