1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-10 07:06:45 +02:00

feat(entries): typo doc updates

This commit is contained in:
Awilum
2021-09-03 13:36:15 +03:00
parent 21ed275a51
commit e1b18bca81

View File

@@ -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 = [];