From bfdd0f29bc2e449e63cf6f44423d24b423280fc7 Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Mon, 9 Sep 2019 23:27:36 +0100 Subject: [PATCH] More specific annotation --- src/State.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/State.php b/src/State.php index fa0a52c..4ca3eb2 100644 --- a/src/State.php +++ b/src/State.php @@ -24,7 +24,7 @@ final class State implements StateBearer { $this->state = \array_combine( \array_map( - /** @return class-string */ + /** @return class-string */ function (Configurable $C) { return \get_class($C); }, $Configurables ),