composer update, composer corelibs update, admin pages update
This commit is contained in:
4
vendor/symfony/string/LazyString.php
vendored
4
vendor/symfony/string/LazyString.php
vendored
@@ -30,7 +30,9 @@ class LazyString implements \Stringable, \JsonSerializable
|
||||
}
|
||||
|
||||
$lazyString = new static();
|
||||
$lazyString->value = static function () use (&$callback, &$arguments, &$value): string {
|
||||
$lazyString->value = static function () use (&$callback, &$arguments): string {
|
||||
static $value;
|
||||
|
||||
if (null !== $arguments) {
|
||||
if (!\is_callable($callback)) {
|
||||
$callback[0] = $callback[0]();
|
||||
|
||||
Reference in New Issue
Block a user