X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FBasePath.php;h=a6f0cd51f3d55ddb25c322902e3d2e8d7920864c;hb=39c2282c1292af173f854e2a4338c601f9ba58f6;hp=06fa5246797028fb1bbee1dc75a5b7184db7726c;hpb=1d8b80922795c35c36e10f3415310a9ef04dd9cd;p=friendica.git diff --git a/src/Util/BasePath.php b/src/Util/BasePath.php index 06fa524679..a6f0cd51f3 100644 --- a/src/Util/BasePath.php +++ b/src/Util/BasePath.php @@ -1,4 +1,23 @@ . + * + */ namespace Friendica\Util; @@ -24,7 +43,7 @@ class BasePath } /** - * @brief Returns the base filesystem path of the App + * Returns the base filesystem path of the App * * It first checks for the internal variable, then for DOCUMENT_ROOT and * finally for PWD @@ -56,7 +75,7 @@ class BasePath } /** - * @brief Returns a normalized file path + * Returns a normalized file path * * This is a wrapper for the "realpath" function. * That function cannot detect the real path when some folders aren't readable.