Passed
Push — master ( e709b2...a3d3dc )
by Zing
03:43
created
src/Middleware/SentryContext.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
      */
30 30
     public function __construct(Factory $auth)
31 31
     {
32
-        $this->auth = $auth;
32
+        $this->auth=$auth;
33 33
     }
34 34
 
35 35
     /**
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
     {
45 45
         if ($this->auth->guard()->check() && Container::getInstance()->bound('sentry')) {
46 46
             configureScope(
47
-                function (Scope $scope): void {
47
+                function(Scope $scope): void {
48 48
                     $scope->setUser($this->resolveUserContext($this->auth->getDefaultDriver(), $this->auth->guard()->user()));
49 49
                 }
50 50
             );
Please login to merge, or discard this patch.