Passed
Push — master ( fc14ff...049ae2 )
by
unknown
01:15 queued 13s
created
src/Preparation/Processor/Property/Assert/UuidStrategy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
             'V1_MAC', 'V2_DCE', 'V3_MD5', 'V4_RANDOM', 'V5_SHA1', 'V6_SORTABLE', 'V7_MONOTONIC',
28 28
         ];
29 29
 
30
-        return array_filter(array_map(function (string $constName) {
30
+        return array_filter(array_map(function(string $constName) {
31 31
             $cName = sprintf('%s::%s', Uuid::class, $constName);
32 32
 
33 33
             return \defined($cName) ? \constant($cName) : null;
Please login to merge, or discard this patch.