Passed
Push — master ( 886b6f...6b06c7 )
by Tomasz
03:21
created
spec/Shared/EventProcessor/CommandCollectionSpec.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\CommandLogicUnit\Shared\EventProcessor;
15 15
 
Please login to merge, or discard this patch.
src/Shared/EventProcessor/CommandCollection.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\CommandLogicUnit\Shared\EventProcessor;
15 15
 
Please login to merge, or discard this patch.