Skip to content

Commit b1f739f

Browse files
committed
fix: editors array docs
1 parent 869b050 commit b1f739f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Html/HasEditor.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ trait HasEditor
88
{
99
/**
1010
* Collection of Editors.
11+
*
12+
* @var array<array-key, Editor>
1113
*/
1214
protected array $editors = [];
1315

0 commit comments

Comments
 (0)