Fix documentation for asset array variable

This commit is contained in:
NicoHood
2021-01-15 15:04:10 +01:00
parent f8972f812a
commit 42daf75124

View File

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