Completed
Push — master ( 4bd8bd...3d802c )
by Tomasz
03:37 queued 01:26
created
src/Domain/Repository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  */
11 11
 
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace Aggrego\DomainEventProducer\Domain;
15 15
 
Please login to merge, or discard this patch.
src/EventConsumer/Producer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  */
11 11
 
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace Aggrego\DomainEventProducer\EventConsumer;
15 15
 
Please login to merge, or discard this patch.
spec/EventConsumer/ProducerSpec.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  */
11 11
 
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace spec\Aggrego\DomainEventProducer\EventConsumer;
15 15
 
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
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  *
10 10
  */
11 11
 
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace spec\Aggrego\DomainEventProducer\Domain;
15 15
 
Please login to merge, or discard this patch.