Skip to content

Commit c7a2da3

Browse files
committed
Keyword updates
1 parent d37454d commit c7a2da3

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,10 @@
88
"keywords": [
99
"php",
1010
"http",
11-
"delete",
12-
"get",
13-
"head",
14-
"patch",
15-
"post",
16-
"put",
17-
"server",
1811
"header",
1912
"method",
2013
"response",
14+
"redirect",
2115
"url"
2216
],
2317
"authors": [

src/Response.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ private function _resetResponse(): void
2929

3030
/*
3131
* ############################################################
32-
* Status
32+
* Status code
3333
* ############################################################
3434
*/
3535

@@ -254,7 +254,7 @@ public function getBody(): ?string
254254
public function send(): void
255255
{
256256

257-
// -------------------- Status --------------------
257+
// -------------------- Status code --------------------
258258

259259
$protocol = $_SERVER['SERVER_PROTOCOL'];
260260

0 commit comments

Comments
 (0)