mirror of
https://github.com/erusev/parsedown.git
synced 2025-04-22 14:32:02 +02: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…
x
Reference in New Issue
Block a user