mirror of
https://github.com/flextype/flextype.git
synced 2025-08-10 15:14:20 +02:00
refactor(entries): update $entries type
This commit is contained in:
@@ -54,12 +54,12 @@ class Entries
|
||||
public $entry_update_data = [];
|
||||
|
||||
/**
|
||||
* Current entries data array
|
||||
* Current entries data
|
||||
*
|
||||
* @var array
|
||||
* @var array|bool|int
|
||||
* @access public
|
||||
*/
|
||||
public $entries = [];
|
||||
public $entries;
|
||||
|
||||
/**
|
||||
* Current entries path
|
||||
|
Reference in New Issue
Block a user