mirror of
https://github.com/nextcloud/server.git
synced 2026-06-19 13:39:40 -04:00
fix phpdoc template
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
274313f8ca
commit
03c90f66ae
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue