Passed
Pull Request — master (#23)
by Chad
12:06
created
src/Filter/Uuid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * @var array
27 27
      * @internal
28 28
      */
29
-    const VALID_UUID_VERSIONS = [1,2,3,4,5];
29
+    const VALID_UUID_VERSIONS = [1, 2, 3, 4, 5];
30 30
 
31 31
 
32 32
     /**
Please login to merge, or discard this patch.