Skip to content

Commit 5ed9f5a

Browse files
michalsnkenjis
andauthored
Apply suggestions from code review
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent addc51f commit 5ed9f5a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • user_guide_src/source/incoming/incomingrequest

user_guide_src/source/incoming/incomingrequest/039.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
// foo=one&bar=two&baz[]=10&baz[]=20
3+
// When the request body is 'foo=one&bar=two&baz[]=10&baz[]=20'
44
var_dump($request->getRawInputVar('bar'));
55

66
// Outputs: two
@@ -22,8 +22,8 @@
2222
/*
2323
* Outputs:
2424
* [
25-
* 10,
26-
* 20
25+
* '10',
26+
* '20'
2727
* ]
2828
*/
2929

0 commit comments

Comments
 (0)