Passed
Push — master ( b9ff74...d5b167 )
by Zing
03:43
created
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.