Skip to content

Commit d854bfd

Browse files
authored
Update ContentType.php
1 parent afed5e6 commit d854bfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Model/ContentType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
enum ContentType: string
66
{
77
case JSON = 'application/json';
8-
case X_WWW_FORM_URLENCODED = 'application/x-www-form-urlencoded'
8+
case X_WWW_FORM_URLENCODED = 'application/x-www-form-urlencoded';
99
case XML = 'application/xml';
1010
case HTML = 'text/html';
1111
case TEXT = 'text/plain';

0 commit comments

Comments
 (0)