Fix invalid return value hint

This commit is contained in:
Livia Scapin 2017-02-08 13:48:22 +01:00 committed by GitHub
parent 1b63d3eaff
commit f7360266f0

View file

@ -1006,7 +1006,7 @@ class CakeRequest implements ArrayAccess {
* @param string $callback A decoding callback that will convert the string data to another
* representation. Leave empty to access the raw input data. You can also
* supply additional parameters for the decoding callback using var args, see above.
* @return The decoded/processed request data.
* @return mixed The decoded/processed request data.
*/
public function input($callback = null) {
$input = $this->_readInput();