Improve a couple page method docs

This commit is contained in:
Flavio Copes
2015-12-06 18:19:21 +01:00
parent c4b5df20a9
commit 2f686f5b74

View File

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