Skip to content

Commit 6a0fef8

Browse files
authored
Merge pull request #252 from yajra/fix-editors-array
fix: editors array docs
2 parents 7d9741d + 8f301fd commit 6a0fef8

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)