From ceed42477007f75a69b6794fe33d383382e8eabd Mon Sep 17 00:00:00 2001 From: mark_story Date: Wed, 21 Sep 2011 22:30:02 -0400 Subject: [PATCH] Updating doc blocks. --- lib/Cake/Network/CakeRequest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Cake/Network/CakeRequest.php b/lib/Cake/Network/CakeRequest.php index da92c82dd..89f830f85 100644 --- a/lib/Cake/Network/CakeRequest.php +++ b/lib/Cake/Network/CakeRequest.php @@ -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 */