Passed
Pull Request — master (#52)
by Roeland
02:32
created
lib/AppInfo/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 
68 68
 		$client = new Raven_Client($dsn);
69 69
 		$client->setRelease($config->getSystemValue('version', '0.0.0'));
70
-		$container->registerService(Raven_Client::class, function () use ($client) {
70
+		$container->registerService(Raven_Client::class, function() use ($client) {
71 71
 			return $client;
72 72
 		});
73 73
 
Please login to merge, or discard this patch.