We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6425b1d commit 6d13ca9Copy full SHA for 6d13ca9
1 file changed
system/View/Cell.php
@@ -64,7 +64,10 @@ public function __construct(CacheInterface $cache)
64
/**
65
* Render a cell, returning its body as a string.
66
*
67
- * @param array|string|null $params
+ * @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.
71
72
* @throws ReflectionException
73
*/
0 commit comments