@@ -87,7 +87,7 @@ |
||
87 | 87 | } |
88 | 88 | |
89 | 89 | protected function setSentryScope(array $context): void { |
90 | - configureScope(function (Scope $scope) use ($context): void { |
|
90 | + configureScope(function(Scope $scope) use ($context): void { |
|
91 | 91 | if (isset($context['level'])) { |
92 | 92 | $scope->setLevel( |
93 | 93 | new Severity($this->levels[$context['level']]) |
@@ -95,7 +95,7 @@ |
||
95 | 95 | /** @var IInitialStateService $stateService */ |
96 | 96 | $stateService = $container->query(IInitialStateService::class); |
97 | 97 | |
98 | - $stateService->provideLazyInitialState('sentry', 'dsn', function () use ($dsn) { |
|
98 | + $stateService->provideLazyInitialState('sentry', 'dsn', function() use ($dsn) { |
|
99 | 99 | return [ |
100 | 100 | 'dsn' => $dsn === '' ? null : $dsn, |
101 | 101 | ]; |