Passed
Push — master ( e2457a...cbf511 )
by
unknown
02:41 queued 14s
created
src/Types/MultiValueHandling.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,5 +12,5 @@
 block discarded – undo
12 12
 {
13 13
     case SORTED_ARRAY = 'SORTED_ARRAY';
14 14
     case SORTED_SET   = 'SORTED_SET';
15
-    case ARRAY        = 'ARRAY';
15
+    case array        = 'ARRAY';
16 16
 }
17 17
\ No newline at end of file
Please login to merge, or discard this patch.