mirror of
https://github.com/getgrav/grav.git
synced 2026-02-28 01:21:30 +01:00
Fix documentation for asset array variable
This commit is contained in:
@@ -59,7 +59,7 @@ class Assets extends PropertyObject
|
||||
protected $collections;
|
||||
protected $timestamp;
|
||||
|
||||
/** @var array to contain next 'order' value per asset 'type', 'group' and 'position' combination */
|
||||
/** @var array Array to contain next 'order' value per asset 'type', 'group' and 'position' combination */
|
||||
protected $order = [];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user