diff --git a/src/Html/HasEditor.php b/src/Html/HasEditor.php
index 5726a15..8dca4cb 100644
--- a/src/Html/HasEditor.php
+++ b/src/Html/HasEditor.php
@@ -8,6 +8,8 @@ trait HasEditor
{
/**
* Collection of Editors.
+ *
+ * @var array
*/
protected array $editors = [];