Passed
Push — master ( 1e8995...e0bd2f )
by Tomasz
02:02
created
Api/Application/Profile/BoardConstruction/InitialBoardModel/Shard/Item.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace Aggrego\Domain\Api\Application\Profile\BoardConstruction\InitialBoardModel\Shard;
6 6
 
Please login to merge, or discard this patch.
src/Api/Application/Profile/BoardTransformation/Factory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace Aggrego\Domain\Api\Application\Profile\BoardTransformation;
6 6
 
Please login to merge, or discard this patch.
Profile/BoardTransformation/Exception/TransformationNotFoundException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace Aggrego\Domain\Api\Application\Profile\BoardTransformation\Exception;
6 6
 
Please login to merge, or discard this patch.
Api/Application/Model/ProgressiveBoard/Exception/BoardNotFoundException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace Aggrego\Domain\Api\Application\Model\ProgressiveBoard\Exception;
6 6
 
Please login to merge, or discard this patch.
src/Api/Application/Model/ProgressiveBoard/Repository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace Aggrego\Domain\Api\Application\Model\ProgressiveBoard;
6 6
 
Please login to merge, or discard this patch.
Api/Domain/Command/CreateBoard/Exception/InvalidCommandDataException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace Aggrego\Domain\Api\Domain\Command\CreateBoard\Exception;
6 6
 
Please login to merge, or discard this patch.
src/Api/Domain/Command/CreateBoard/UseCase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace Aggrego\Domain\Api\Domain\Command\CreateBoard;
6 6
 
Please login to merge, or discard this patch.
src/Api/Domain/Command/UpdateBoard/Command.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace Aggrego\Domain\Api\Domain\Command\UpdateBoard;
6 6
 
Please login to merge, or discard this patch.
Api/Domain/Command/TransformBoard/Exception/InvalidCommandDataException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace Aggrego\Domain\Api\Domain\Command\TransformBoard\Exception;
6 6
 
Please login to merge, or discard this patch.