Skip to content

Commit

Permalink
Fix invalid return value hint
Browse files Browse the repository at this point in the history
  • Loading branch information
liviakuenzli committed Feb 8, 2017
1 parent 1b63d3e commit f736026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Network/CakeRequest.php
Expand Up @@ -1006,7 +1006,7 @@ public function param($name) {
* @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();
Expand Down

0 comments on commit f736026

Please sign in to comment.