GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( 382dda...65b33e )
by D
02:05
created
src/Logic/FizzBuzzLogic.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare (strict_types=1);
2
+declare (strict_types = 1);
3 3
 namespace DQNEO\FizzBuzzEnterpriseEdition\Logic;
4 4
 
5 5
 use DQNEO\FizzBuzzEnterpriseEdition\Entity\AbstractEntity;
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use DQNEO\FizzBuzzEnterpriseEdition\Entity\BuzzEntity;
8 8
 use DQNEO\FizzBuzzEnterpriseEdition\Entity\FizzBuzzEntity;
9 9
 use DQNEO\FizzBuzzEnterpriseEdition\Entity\NumberEntity;
10
-use DQNEO\FizzBuzzEnterpriseEdition\Value\Divident;
11 10
 use DQNEO\FizzBuzzEnterpriseEdition\Value\DividentInterface;
12 11
 use DQNEO\FizzBuzzEnterpriseEdition\Value\IntegerValue;
13 12
 
Please login to merge, or discard this patch.
src/Application/FizzBuzzApplication.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare (strict_types=1);
2
+declare (strict_types = 1);
3 3
 namespace DQNEO\FizzBuzzEnterpriseEdition\Logic;
4 4
 
5 5
 use DQNEO\FizzBuzzEnterpriseEdition\Entity\AbstractEntity;
Please login to merge, or discard this patch.
src/Entity/BuzzEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare (strict_types=1);
2
+declare (strict_types = 1);
3 3
 namespace DQNEO\FizzBuzzEnterpriseEdition\Logic;
4 4
 
5 5
 use DQNEO\FizzBuzzEnterpriseEdition\Entity\AbstractEntity;
Please login to merge, or discard this patch.
src/Entity/AbstractStringEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare (strict_types=1);
2
+declare (strict_types = 1);
3 3
 namespace DQNEO\FizzBuzzEnterpriseEdition\Logic;
4 4
 
5 5
 use DQNEO\FizzBuzzEnterpriseEdition\Entity\AbstractEntity;
Please login to merge, or discard this patch.
src/Entity/AbstractEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare (strict_types=1);
2
+declare (strict_types = 1);
3 3
 namespace DQNEO\FizzBuzzEnterpriseEdition\Logic;
4 4
 
5 5
 use DQNEO\FizzBuzzEnterpriseEdition\Entity\AbstractEntity;
Please login to merge, or discard this patch.
src/Entity/NumberEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare (strict_types=1);
2
+declare (strict_types = 1);
3 3
 namespace DQNEO\FizzBuzzEnterpriseEdition\Logic;
4 4
 
5 5
 use DQNEO\FizzBuzzEnterpriseEdition\Entity\AbstractEntity;
Please login to merge, or discard this patch.
src/Entity/FizzEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare (strict_types=1);
2
+declare (strict_types = 1);
3 3
 namespace DQNEO\FizzBuzzEnterpriseEdition\Logic;
4 4
 
5 5
 use DQNEO\FizzBuzzEnterpriseEdition\Entity\AbstractEntity;
Please login to merge, or discard this patch.
src/Entity/FizzBuzzEntity.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare (strict_types=1);
2
+declare (strict_types = 1);
3 3
 namespace DQNEO\FizzBuzzEnterpriseEdition\Logic;
4 4
 
5 5
 use DQNEO\FizzBuzzEnterpriseEdition\Entity\AbstractEntity;
Please login to merge, or discard this patch.
src/Value/Divident.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare (strict_types=1);
2
+declare (strict_types = 1);
3 3
 namespace DQNEO\FizzBuzzEnterpriseEdition\Logic;
4 4
 
5 5
 use DQNEO\FizzBuzzEnterpriseEdition\Entity\AbstractEntity;
Please login to merge, or discard this patch.