mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Updating doc blocks.
This commit is contained in:
parent
90d86678fa
commit
ceed424770
1 changed files with 2 additions and 2 deletions
|
@ -714,7 +714,7 @@ class CakeRequest implements ArrayAccess {
|
|||
}
|
||||
|
||||
/**
|
||||
* Read data from `php://stdin`. Useful when interacting with XML or JSON
|
||||
* Read data from `php://input`. Useful when interacting with XML or JSON
|
||||
* request body content.
|
||||
*
|
||||
* Getting input with a decoding function:
|
||||
|
@ -744,7 +744,7 @@ class CakeRequest implements ArrayAccess {
|
|||
}
|
||||
|
||||
/**
|
||||
* Read data from php://stdin, mocked in tests.
|
||||
* Read data from php://input, mocked in tests.
|
||||
*
|
||||
* @return string contents of stdin
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue