Passed
Push — master ( c4e8d5...9061ac )
by Eric
02:13
created
src/Enums/Http/StatusCodes.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
 enum StatusCodes: int
55 55
 {
56 56
     // RFC7231, Section 6.2.1
57
-    case Continue = 100;
57
+    case continue = 100;
58 58
     // RFC7231, Section 6.2.2
59 59
     case Switching_Protocols = 101;
60 60
     // RFC2518
Please login to merge, or discard this patch.