We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869b050 commit b1f739fCopy full SHA for b1f739f
src/Html/HasEditor.php
@@ -8,6 +8,8 @@ trait HasEditor
8
{
9
/**
10
* Collection of Editors.
11
+ *
12
+ * @var array<array-key, Editor>
13
*/
14
protected array $editors = [];
15
0 commit comments