Updating doc blocks.

This commit is contained in:
mark_story 2011-09-21 22:30:02 -04:00
parent 90d86678fa
commit ceed424770

View file

@ -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. * request body content.
* *
* Getting input with a decoding function: * 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 * @return string contents of stdin
*/ */