Passed
Push — master ( a1a5b3...2e461e )
by Tomasz
01:31
created
src/Event/Uuid.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 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
 
@@ -23,7 +23,7 @@  discard block
 block discarded – undo
23 23
         Assertion::regex(
24 24
             $value,
25 25
             '/^[0-9A-F]{8}-[0-9A-F]{4}-[1-5][0-9A-F]{3}-[89AB][0-9A-F]{3}-[0-9A-F]{12}$/i',
26
-            'Incorrect UUID format: ' . $value
26
+            'Incorrect UUID format: '.$value
27 27
         );
28 28
         parent::__construct(self::class, $value);
29 29
     }
Please login to merge, or discard this patch.