Passed
Push — master ( 015391...349f63 )
by Tomasz
01:36
created
src/Event.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\EventConsumer;
15 15
 
Please login to merge, or discard this patch.
src/Shared/Event.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\EventConsumer\Shared;
15 15
 
Please login to merge, or discard this patch.
src/Event/Version.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\EventConsumer\Event;
15 15
 
Please login to merge, or discard this patch.
src/Event/Domain.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\EventConsumer\Event;
15 15
 
Please login to merge, or discard this patch.
src/Event/CreatedAt.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\EventConsumer\Event;
15 15
 
Please login to merge, or discard this patch.
src/Event/Name.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\EventConsumer\Event;
15 15
 
Please login to merge, or discard this patch.
src/Api/Client.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\EventConsumer\Api;
15 15
 
Please login to merge, or discard this patch.