diff --git a/system/src/Grav/Common/Assets.php b/system/src/Grav/Common/Assets.php index 4e275f084..f951c03d6 100644 --- a/system/src/Grav/Common/Assets.php +++ b/system/src/Grav/Common/Assets.php @@ -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 = []; /**