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

@ -14,7 +14,7 @@ class OutputLogHandler extends AbstractProcessingHandler
*/
protected $output;
function __construct(
public function __construct(
OutputInterface $output,
$level = LogLevel::INFO,
$bubble = true
@ -30,4 +30,4 @@ class OutputLogHandler extends AbstractProcessingHandler
}
}
}