Passed
Push — master ( 73f609...0329ad )
by Tomasz
02:31
created
src/Messenger/Handlers/CreateBoardHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
  * file that was distributed with this source code.
8 8
  */
9 9
 
10
-declare(strict_types = 1);
10
+declare(strict_types=1);
11 11
 
12 12
 namespace Aggrego\DomainEventProducer\Messenger\Handlers;
13 13
 
Please login to merge, or discard this patch.
src/Messenger/Handlers/TransformBoardHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
  * file that was distributed with this source code.
8 8
  */
9 9
 
10
-declare(strict_types = 1);
10
+declare(strict_types=1);
11 11
 
12 12
 namespace Aggrego\DomainEventProducer\Messenger\Handlers;
13 13
 
Please login to merge, or discard this patch.
src/Messenger/Handler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
  * file that was distributed with this source code.
8 8
  */
9 9
 
10
-declare(strict_types = 1);
10
+declare(strict_types=1);
11 11
 
12 12
 namespace Aggrego\DomainEventProducer\Messenger;
13 13
 
Please login to merge, or discard this patch.
src/Domain/Repository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
  * file that was distributed with this source code.
8 8
  */
9 9
 
10
-declare(strict_types = 1);
10
+declare(strict_types=1);
11 11
 
12 12
 namespace Aggrego\DomainEventProducer\Domain;
13 13
 
Please login to merge, or discard this patch.
spec/Messenger/Handlers/CreateBoardHandlerSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
  * file that was distributed with this source code.
8 8
  */
9 9
 
10
-declare(strict_types = 1);
10
+declare(strict_types=1);
11 11
 
12 12
 namespace spec\Aggrego\DomainEventProducer\Messenger\Handlers;
13 13
 
Please login to merge, or discard this patch.
spec/Messenger/Handlers/TransformBoardHandlerSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
  * file that was distributed with this source code.
8 8
  */
9 9
 
10
-declare(strict_types = 1);
10
+declare(strict_types=1);
11 11
 
12 12
 namespace spec\Aggrego\DomainEventProducer\Messenger\Handlers;
13 13
 
Please login to merge, or discard this patch.
spec/Domain/RepositorySpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
  * file that was distributed with this source code.
8 8
  */
9 9
 
10
-declare(strict_types = 1);
10
+declare(strict_types=1);
11 11
 
12 12
 namespace spec\Aggrego\DomainEventProducer\Domain;
13 13
 
Please login to merge, or discard this patch.