diff --git a/system/src/Grav/Common/Flex/Types/Pages/PageCollection.php b/system/src/Grav/Common/Flex/Types/Pages/PageCollection.php index e6f265b75..b6cd58e2f 100644 --- a/system/src/Grav/Common/Flex/Types/Pages/PageCollection.php +++ b/system/src/Grav/Common/Flex/Types/Pages/PageCollection.php @@ -397,7 +397,7 @@ class PageCollection extends FlexPageCollection implements PageCollectionInterfa * Mimicks Pages class. * * @return $this - * @deprecated 1.7 Not needed anymore in Flex Pages. + * @deprecated 1.7 Not needed anymore in Flex Pages (does nothing). */ public function all() { diff --git a/system/src/Grav/Common/Flex/Types/Pages/PageIndex.php b/system/src/Grav/Common/Flex/Types/Pages/PageIndex.php index 84270fd15..fbbec779d 100644 --- a/system/src/Grav/Common/Flex/Types/Pages/PageIndex.php +++ b/system/src/Grav/Common/Flex/Types/Pages/PageIndex.php @@ -763,7 +763,7 @@ class PageIndex extends FlexPageIndex implements PageCollectionInterface * Mimicks Pages class. * * @return $this - * @deprecated 1.7 Not needed anymore in Flex Pages. + * @deprecated 1.7 Not needed anymore in Flex Pages (does nothing). */ public function all() {