1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-12 08:04:05 +02:00

Code cleanup and refactoring #5

This commit is contained in:
Awilum
2018-03-26 12:41:46 +03:00
parent 643451ca2a
commit f1110182ee

View File

@@ -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
{