From 2f686f5b742e0776f64b94f71b85077435d2f82b Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Sun, 6 Dec 2015 18:19:21 +0100 Subject: [PATCH] Improve a couple page method docs --- system/src/Grav/Common/Page/Pages.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/src/Grav/Common/Page/Pages.php b/system/src/Grav/Common/Page/Pages.php index efe7ef1c0..b7281a034 100644 --- a/system/src/Grav/Common/Page/Pages.php +++ b/system/src/Grav/Common/Page/Pages.php @@ -237,7 +237,7 @@ class Pages /** * Get a page instance. * - * @param string $path + * @param string $path The filesystem full path of the page * @return Page * @throws \Exception */ @@ -264,7 +264,7 @@ class Pages /** * Dispatch URI to a page. * - * @param $url + * @param $url The relative URL of the page * @param bool $all * @return Page|null */