Test Failed
Pull Request — master (#52)
by Matthieu
17:46
created
src/Security/JWTSecurityHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
 
79 79
     private function findTenantJWT(Request $request): ?string
80 80
     {
81
-        if (!$this->devTenant || $this->environment  !== 'dev') {
81
+        if (!$this->devTenant || $this->environment !== 'dev') {
82 82
             return null;
83 83
         }
84 84
 
Please login to merge, or discard this patch.