Skip to content

Commit 6d13ca9

Browse files
committed
docs: add @param
1 parent 6425b1d commit 6d13ca9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

system/View/Cell.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,10 @@ public function __construct(CacheInterface $cache)
6464
/**
6565
* Render a cell, returning its body as a string.
6666
*
67-
* @param array|string|null $params
67+
* @param string $library Cell class and method name.
68+
* @param array|string|null $params Parameters to pass to the method.
69+
* @param int $ttl Number of seconds to cache the cell.
70+
* @param string|null $cacheName Cache item name.
6871
*
6972
* @throws ReflectionException
7073
*/

0 commit comments

Comments
 (0)