fix phpdoc template

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2023-02-09 11:40:55 +01:00
parent 274313f8ca
commit 03c90f66ae
No known key found for this signature in database
GPG key ID: 42B69D8A64526EFB

View file

@ -45,7 +45,7 @@ class SimpleContainer implements ArrayAccess, ContainerInterface, IContainer {
}
/**
* @template T
* @template T of object
* @param ReflectionClass<T> $class the class to instantiate
* @return T the created class
* @suppress PhanUndeclaredClassInstanceof