Browse Source

Updating doc blocks.

mark_story 14 years ago
parent
commit
ceed424770
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/Cake/Network/CakeRequest.php

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