@@ -1,4 +1,4 @@ discard block |
||
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 |
||
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 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | namespace AtlassianConnectBundle\Security; |
4 | 4 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | namespace AtlassianConnectBundle\Tests\Functional; |
4 | 4 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | namespace AtlassianConnectBundle\Tests\Functional\App; |
4 | 4 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | namespace AtlassianConnectBundle\Tests\Functional\App\Controller; |
4 | 4 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | namespace AtlassianConnectBundle\Tests\Functional\App\DataFixtures; |
4 | 4 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | return [ |
4 | 4 | Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true], |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | use AtlassianConnectBundle\Tests\Functional\App\Kernel; |
4 | 4 | use Symfony\Bundle\FrameworkBundle\Console\Application; |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | |
3 | 3 | namespace AtlassianConnectBundle\Tests\Functional; |
4 | 4 |