Passed
Pull Request — master (#76)
by Roeland
01:44
created
lib/AppInfo/Application.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
 
69 69
 		$client = new Raven_Client($dsn);
70 70
 		$client->setRelease($config->getSystemValue('version', '0.0.0'));
71
-		$container->registerService(Raven_Client::class, function () use ($client) {
71
+		$container->registerService(Raven_Client::class, function() use ($client) {
72 72
 			return $client;
73 73
 		});
74 74
 
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 		/** @var IInitialStateService $stateService */
108 108
 		$stateService = $container->query(IInitialStateService::class);
109 109
 
110
-		$stateService->provideLazyInitialState('sentry', 'dsn', function () use ($dsn) {
110
+		$stateService->provideLazyInitialState('sentry', 'dsn', function() use ($dsn) {
111 111
 			return [
112 112
 				'dsn' => $dsn
113 113
 			];
Please login to merge, or discard this patch.