File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ final class StatusCode
2626 public const OK = 200 ;
2727 public const CREATED = 201 ;
2828 public const ACCEPTED = 202 ;
29- public const NONAUTHORITATIVE_INFORMATION = 203 ;
29+ public const NON_AUTHORITATIVE_INFORMATION = 203 ;
3030 public const NO_CONTENT = 204 ;
3131 public const RESET_CONTENT = 205 ;
3232 public const PARTIAL_CONTENT = 206 ;
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public function statusCodesProvider(): array
3535 [200 , StatusCode::OK ],
3636 [201 , StatusCode::CREATED ],
3737 [202 , StatusCode::ACCEPTED ],
38- [203 , StatusCode::NONAUTHORITATIVE_INFORMATION ],
38+ [203 , StatusCode::NON_AUTHORITATIVE_INFORMATION ],
3939 [204 , StatusCode::NO_CONTENT ],
4040 [205 , StatusCode::RESET_CONTENT ],
4141 [206 , StatusCode::PARTIAL_CONTENT ],
You can’t perform that action at this time.
0 commit comments