mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
More specific annotation
This commit is contained in:
parent
5db3687892
commit
bfdd0f29bc
@ -24,7 +24,7 @@ final class State implements StateBearer
|
||||
{
|
||||
$this->state = \array_combine(
|
||||
\array_map(
|
||||
/** @return class-string */
|
||||
/** @return class-string<Configurable> */
|
||||
function (Configurable $C) { return \get_class($C); },
|
||||
$Configurables
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user