Passed
Pull Request — master (#52)
by Matthieu
04:23
created
src/Security/JWTSecurityHelper.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace AtlassianConnectBundle\Security;
4 4
 
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
      */
110 110
     private function findTenantJWT(Request $request): ?string
111 111
     {
112
-        if (!$this->devTenant || $this->environment  !== 'dev') {
112
+        if (!$this->devTenant || $this->environment !== 'dev') {
113 113
             return null;
114 114
         }
115 115
 
Please login to merge, or discard this patch.