Completed
Push — master ( 075fc2...c6cae9 )
by Bukashk0zzz
03:00
created
src/Command/RequestAPICommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace AtlassianConnectBundle\Command;
4 4
 
Please login to merge, or discard this patch.
src/Entity/Tenant.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace AtlassianConnectBundle\Entity;
4 4
 
Please login to merge, or discard this patch.
src/Entity/TenantTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace AtlassianConnectBundle\Entity;
4 4
 
Please login to merge, or discard this patch.
src/Entity/TenantInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace AtlassianConnectBundle\Entity;
4 4
 
Please login to merge, or discard this patch.
src/Service/JWTGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace AtlassianConnectBundle\Service;
4 4
 
Please login to merge, or discard this patch.
src/Service/QSHGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace AtlassianConnectBundle\Service;
4 4
 
Please login to merge, or discard this patch.
src/Service/AtlassianRestClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace AtlassianConnectBundle\Service;
4 4
 
Please login to merge, or discard this patch.
Tests/Controller/UnlicensedControllerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace AtlassianConnectBundle\Tests\DependencyInjection;
4 4
 
Please login to merge, or discard this patch.
src/Security/JWTUserProviderInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace AtlassianConnectBundle\Security;
4 4
 
Please login to merge, or discard this patch.