X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FBasePath.php;h=3d5a23727809a9023d29807c4e9e08a6c46e7392;hb=720a43461d67ab229de0aecfc5008f22cc4c1c54;hp=06fa5246797028fb1bbee1dc75a5b7184db7726c;hpb=55999730e0b4ad847bb891af0aa7dbfa531f998e;p=friendica.git diff --git a/src/Util/BasePath.php b/src/Util/BasePath.php index 06fa524679..3d5a237278 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.