From 03c90f66ae702c77891ed5e0239bf033eba021bc Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 9 Feb 2023 11:40:55 +0100 Subject: [PATCH] fix phpdoc template Signed-off-by: Robin Appelman --- lib/private/AppFramework/Utility/SimpleContainer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/AppFramework/Utility/SimpleContainer.php b/lib/private/AppFramework/Utility/SimpleContainer.php index 94a46aded35..b007f5ac010 100644 --- a/lib/private/AppFramework/Utility/SimpleContainer.php +++ b/lib/private/AppFramework/Utility/SimpleContainer.php @@ -45,7 +45,7 @@ class SimpleContainer implements ArrayAccess, ContainerInterface, IContainer { } /** - * @template T + * @template T of object * @param ReflectionClass $class the class to instantiate * @return T the created class * @suppress PhanUndeclaredClassInstanceof