Skip to content

Commit 35839e9

Browse files
committed
fix: duplicate
1 parent 3e8733e commit 35839e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Http/Response.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ abstract class Response
9797
public const STATUS_CODE_REQUEST_HEADER_FIELDS_TOO_LARGE = 431;
9898
public const STATUS_CODE_UNAVAILABLE_FOR_LEGAL_REASONS = 451;
9999

100-
public const STATUS_CODE_UNAVAILABLE_FOR_LEGAL_REASONS = 451;
101-
102100
public const STATUS_CODE_INTERNAL_SERVER_ERROR = 500;
103101
public const STATUS_CODE_NOT_IMPLEMENTED = 501;
104102
public const STATUS_CODE_BAD_GATEWAY = 502;

0 commit comments

Comments
 (0)