mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
N°8910 - Upgrade Symfony packages
This commit is contained in:
2
lib/symfony/cache/Adapter/NullAdapter.php
vendored
2
lib/symfony/cache/Adapter/NullAdapter.php
vendored
@@ -37,7 +37,7 @@ class NullAdapter implements AdapterInterface, CacheInterface
|
||||
);
|
||||
}
|
||||
|
||||
public function get(string $key, callable $callback, float $beta = null, array &$metadata = null): mixed
|
||||
public function get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed
|
||||
{
|
||||
$save = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user