@@ -56,7 +56,7 @@ |
||
56 | 56 | include_once __DIR__ . '/../../vendor/autoload.php'; |
57 | 57 | |
58 | 58 | // Wire the interface to our decorator and implementation |
59 | - $context->registerService(ISentryReporter::class, function (ContainerInterface $c) { |
|
59 | + $context->registerService(ISentryReporter::class, function(ContainerInterface $c) { |
|
60 | 60 | /** @var Config $config */ |
61 | 61 | $config = $c->get(Config::class); |
62 | 62 | /** @var SentryReporterAdapter $inner */ |