Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 1722c57

Browse files
committed
s/_RESUME_INCOMPLETE/_PERMANENT_REDIRECT/
Thanks @osaris for the review!
1 parent acc4baf commit 1722c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Response/Response.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,11 @@ class Response
225225
const STATUS_TEMPORARY_REDIRECT = '307 Temporary Redirect';
226226

227227
/**
228-
* Resume incomplete (please, see RFC7237).
228+
* Permanent redirect (please, see RFC7238).
229229
*
230230
* @const string
231231
*/
232-
const STATUS_RESUME_INCOMPLETE = '308 Permanent Redirect';
232+
const STATUS_PERMANENT_REDIRECT = '308 Permanent Redirect';
233233

234234
/**
235235
* Bad request (please, see RFC7231).

0 commit comments

Comments
 (0)