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 */