Docs: {function} -> callable
Change-Id: Iab0760ce5c518854a127330d3e0c0ee7ed0c526c
This commit is contained in:
parent
b8c038f678
commit
cabbc6eaa4
2 changed files with 4 additions and 4 deletions
|
|
@ -110,7 +110,7 @@ abstract class CachedAction extends FormlessAction implements ICacheHelper {
|
|||
*
|
||||
* @since 1.20
|
||||
*
|
||||
* @param {function} $computeFunction
|
||||
* @param callable $computeFunction
|
||||
* @param array|mixed $args
|
||||
* @param string|null $key
|
||||
*
|
||||
|
|
@ -128,7 +128,7 @@ abstract class CachedAction extends FormlessAction implements ICacheHelper {
|
|||
*
|
||||
* @since 1.20
|
||||
*
|
||||
* @param {function} $computeFunction
|
||||
* @param callable $computeFunction
|
||||
* @param array $args
|
||||
* @param string|null $key
|
||||
*/
|
||||
|
|
|
|||
4
includes/cache/CacheHelper.php
vendored
4
includes/cache/CacheHelper.php
vendored
|
|
@ -55,7 +55,7 @@ interface ICacheHelper {
|
|||
*
|
||||
* @since 1.20
|
||||
*
|
||||
* @param {function} $computeFunction
|
||||
* @param callable $computeFunction
|
||||
* @param array|mixed $args
|
||||
* @param string|null $key
|
||||
*
|
||||
|
|
@ -255,7 +255,7 @@ class CacheHelper implements ICacheHelper {
|
|||
*
|
||||
* @since 1.20
|
||||
*
|
||||
* @param {function} $computeFunction
|
||||
* @param callable $computeFunction
|
||||
* @param array|mixed $args
|
||||
* @param string|null $key
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue