Test Setup Failed
Branch master (cbf193)
by Zing
05:18
created
Category
src/Middleware/SentryContext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     {
25 25
         if (Auth::check() && Container::getInstance()->bound('sentry')) {
26 26
             configureScope(
27
-                function (Scope $scope): void {
27
+                function(Scope $scope): void {
28 28
                     $scope->setUser($this->resolveUser(Auth::getDefaultDriver()));
29 29
                 }
30 30
             );
Please login to merge, or discard this patch.