We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8733e commit 35839e9Copy full SHA for 35839e9
src/Http/Response.php
@@ -97,8 +97,6 @@ abstract class Response
97
public const STATUS_CODE_REQUEST_HEADER_FIELDS_TOO_LARGE = 431;
98
public const STATUS_CODE_UNAVAILABLE_FOR_LEGAL_REASONS = 451;
99
100
- public const STATUS_CODE_UNAVAILABLE_FOR_LEGAL_REASONS = 451;
101
-
102
public const STATUS_CODE_INTERNAL_SERVER_ERROR = 500;
103
public const STATUS_CODE_NOT_IMPLEMENTED = 501;
104
public const STATUS_CODE_BAD_GATEWAY = 502;
0 commit comments