mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix invalid return value hint
This commit is contained in:
parent
1b63d3eaff
commit
f7360266f0
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue