diff --git a/src/flextype/core/Entries/Entries.php b/src/flextype/core/Entries/Entries.php index 81a352d5..885dfbb9 100755 --- a/src/flextype/core/Entries/Entries.php +++ b/src/flextype/core/Entries/Entries.php @@ -36,6 +36,8 @@ class Entries * Local entries registry used for storing current requested * entries data and allow to change them on fly. * + * @var Arrays + * * @access private */ private Arrays $registry; @@ -52,6 +54,7 @@ class Entries * actions - Array of actions for entries collection. * * @var array + * * @access private */ private array $options = [];