Skip to content

Commit aafcbcc

Browse files
committed
chore(ContextChat): add docblocks to ContentItem properties
Signed-off-by: Edward Ly <[email protected]>
1 parent 9516d00 commit aafcbcc

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

lib/public/ContextChat/ContentItem.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,33 @@ class ContentItem {
2424
* @since 32.0.0
2525
*/
2626
public function __construct(
27+
/**
28+
* @since 32.0.0
29+
*/
2730
public string $itemId,
31+
/**
32+
* @since 32.0.0
33+
*/
2834
public string $providerId,
35+
/**
36+
* @since 32.0.0
37+
*/
2938
public string $title,
39+
/**
40+
* @since 32.0.0
41+
*/
3042
public string $content,
43+
/**
44+
* @since 32.0.0
45+
*/
3146
public string $documentType,
47+
/**
48+
* @since 32.0.0
49+
*/
3250
public \DateTime $lastModified,
51+
/**
52+
* @since 32.0.0
53+
*/
3354
public array $users,
3455
) {
3556
}

0 commit comments

Comments
 (0)