Passed
Pull Request — master (#325)
by Christoph
11:28
created
lib/AppInfo/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
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 */
Please login to merge, or discard this patch.