Skip to content

Commit efd14d9

Browse files
committed
docs: fix incorrect description
1 parent 2d9466d commit efd14d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ function trace()
11231123
* NOTE: Does not provide any escaping of the data, so that must
11241124
* all be handled manually by the developer.
11251125
*
1126-
* @param array $options Unused - reserved for third-party extensions.
1126+
* @param array $options Options for saveData or third-party extensions.
11271127
*/
11281128
function view(string $name, array $data = [], array $options = []): string
11291129
{

0 commit comments

Comments
 (0)