The doc comment TokenStorageInterface|cl...rageInterface>|Autowire at position 2 could not be parsed: Unknown type name 'class-string' at position 2 in TokenStorageInterface|class-string<TokenStorageInterface>|Autowire.
Loading history...
42
* @throws InvalidArgumentException
43
*/
44
274
public function getStorage(string $name): TokenStorageInterface|string|Autowire
45
{
46
274
if (!isset($this->config['storages'][$name])) {
47
2
throw new InvalidArgumentException(
48
2
\sprintf('Token storage `%s` is not defined.', $name)