From 464e44e55532b1b2aa103ba94beed167a0da1528 Mon Sep 17 00:00:00 2001 From: Danny van der Sluijs Date: Sun, 20 Apr 2025 20:30:16 +0200 Subject: [PATCH] Correct documentation reference In https://github.com/phpDocumentor/TypeResolver/commit/d415ee87513a4c304c6e0fe33011c86f6427e568 the method `createFromClassReflector` was renamed to `createFromReflector` --- src/Types/Context.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Types/Context.php b/src/Types/Context.php index 79aadaf8..bb3b6ef1 100644 --- a/src/Types/Context.php +++ b/src/Types/Context.php @@ -28,7 +28,7 @@ * own application it is possible to generate a Context class using the ContextFactory; this will analyze the file in * which an associated class resides for its namespace and imports. * - * @see ContextFactory::createFromClassReflector() + * @see ContextFactory::createFromReflector() * @see ContextFactory::createForNamespace() * * @psalm-immutable