We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d9466d commit efd14d9Copy full SHA for efd14d9
1 file changed
system/Common.php
@@ -1123,7 +1123,7 @@ function trace()
1123
* NOTE: Does not provide any escaping of the data, so that must
1124
* all be handled manually by the developer.
1125
*
1126
- * @param array $options Unused - reserved for third-party extensions.
+ * @param array $options Options for saveData or third-party extensions.
1127
*/
1128
function view(string $name, array $data = [], array $options = []): string
1129
{
0 commit comments