Skip to content

Commit 0d3d356

Browse files
committed
fix property variable
1 parent 0451189 commit 0d3d356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Widgets/TreeView/Item.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @property string[] $values
1717
* @property Image $image
1818
* @property bool $open
19-
* @property string[] tags
19+
* @property string[] $tags
2020
*/
2121
class Item
2222
{

0 commit comments

Comments
 (0)