mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 04:22:40 +00:00
Add missing return tags
This commit is contained in:
parent
d4ecb7d185
commit
f9435aff27
3 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,7 @@ class NumberHelper extends AppHelper {
|
|||
|
||||
/**
|
||||
* Call methods from CakeNumber utility class
|
||||
* @return mixed Whatever is returned by called method, or false on failure
|
||||
*/
|
||||
public function __call($method, $params) {
|
||||
return call_user_func_array(array($this->_engine, $method), $params);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue