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 */