From f1110182ee035676bc642b317202525a7807deb4 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 26 Mar 2018 12:41:46 +0300 Subject: [PATCH] Code cleanup and refactoring #5 --- flextype/Pages.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flextype/Pages.php b/flextype/Pages.php index c5705f4e..942a4468 100755 --- a/flextype/Pages.php +++ b/flextype/Pages.php @@ -36,7 +36,7 @@ class Pages /** * Constructor * - * @param Flextype $flextype + * @access protected */ protected function __construct() { @@ -55,6 +55,9 @@ class Pages /** * Page finder + * + * @param string $url + * @param bool $url_abs */ public static function finder(string $url = '', bool $url_abs = false) : string {