@@ -68,7 +68,7 @@ discard block |
||
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 |
||
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 | ]; |