From 42daf75124d554dfc9bfe2ecf5e8c31425bef321 Mon Sep 17 00:00:00 2001 From: NicoHood Date: Fri, 15 Jan 2021 15:04:10 +0100 Subject: [PATCH] Fix documentation for asset array variable --- system/src/Grav/Common/Assets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = []; /**