Home
last modified time | relevance | path

Searched refs:closure (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/
H A DCache.php53 public function remember(string $key, Closure $closure, int|null $ttl = null) argument
55 … return $this->cache->get(md5($key), static function (ItemInterface $item) use ($closure, $ttl) {
58 return $closure();
/webtrees/app/Factories/
H A DImageFactory.php196 …$closure = function () use ($filesystem, $path, $width, $height, $fit, $add_watermark, $media_file…
212 …$data = Registry::cache()->file()->remember(key: $key, closure: $closure, ttl: static::THUMBNAIL_C…
/webtrees/
H A Dphpstan-baseline.neon3250 message: '#^Parameter \#1 of closure expects string, mixed given\.$#'
3256 message: '#^Parameter \#2 of closure expects string, mixed given\.$#'
5332 message: '#^Parameter \#2 \$cousins of closure expects array, mixed given\.$#'
5896 … message: '#^Parameter \#1 of closure expects Fisharebest\\Webtrees\\GedcomRecord, mixed given\.$#'
5902 … message: '#^Parameter \#2 of closure expects Fisharebest\\Webtrees\\GedcomRecord, mixed given\.$#'
7954 … message: '#^Parameter \#1 of closure expects Fisharebest\\Webtrees\\GedcomRecord, mixed given\.$#'
7960 … message: '#^Parameter \#2 of closure expects Fisharebest\\Webtrees\\GedcomRecord, mixed given\.$#'
8572 message: '#^Parameter \#1 of closure expects string, mixed given\.$#'
8578 message: '#^Parameter \#2 of closure expects string, mixed given\.$#'
10240 message: '#^Parameter \#1 of closure expects object, mixed given\.$#'
H A Dcomposer.lock1355 …"laravel/serializable-closure": "Required to handle circular references in model serialization (^1…
1474 "laravel/serializable-closure": "Required to use the once function (^1.3).",