Skip to content

Commit

Permalink
code format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markushausammann committed Oct 25, 2018
1 parent 45bbc79 commit 4f6a36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ protected function setupBasicLogging(MvcEvent $event)
$logLevels = $this->logLevels;

$sharedManager->attach(
'*', 'log', function ($event) use ($raven, $logLevels) {
'*', 'log', function($event) use ($raven, $logLevels) {
/** @var $event MvcEvent */
if (\is_object($event->getTarget())) {
$target = \get_class($event->getTarget());
Expand Down

0 comments on commit 4f6a36d

Please sign in to comment.