File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 8
8
"keywords" : [
9
9
" php" ,
10
10
" http" ,
11
- " delete" ,
12
- " get" ,
13
- " head" ,
14
- " patch" ,
15
- " post" ,
16
- " put" ,
17
- " server" ,
18
11
" header" ,
19
12
" method" ,
20
13
" response" ,
14
+ " redirect" ,
21
15
" url"
22
16
],
23
17
"authors" : [
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ private function _resetResponse(): void
29
29
30
30
/*
31
31
* ############################################################
32
- * Status
32
+ * Status code
33
33
* ############################################################
34
34
*/
35
35
@@ -254,7 +254,7 @@ public function getBody(): ?string
254
254
public function send (): void
255
255
{
256
256
257
- // -------------------- Status --------------------
257
+ // -------------------- Status code --------------------
258
258
259
259
$ protocol = $ _SERVER ['SERVER_PROTOCOL ' ];
260
260
You can’t perform that action at this time.
0 commit comments