X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Flibs%2FMemoizedCallable.php;h=6b4281fb96a5177857ca57c5dfa0061d6ed26612;hp=12a5cadb993f22354dd6e458654d699c52aaff96;hb=12601ff7d2796752404bfb331fccc41083d31f9f;hpb=fba48c6dae69b7163580d936095b7dd16c9b3644 diff --git a/includes/libs/MemoizedCallable.php b/includes/libs/MemoizedCallable.php index 12a5cadb99..6b4281fb96 100644 --- a/includes/libs/MemoizedCallable.php +++ b/includes/libs/MemoizedCallable.php @@ -46,8 +46,6 @@ class MemoizedCallable { private $callableName; /** - * Constructor. - * * @throws InvalidArgumentException if $callable is not a callable. * @param callable $callable Function or method to memoize. * @param int $ttl TTL in seconds. Defaults to 3600 (1hr). Capped at 86400 (24h).