From 7fec31e775d7ddb943a13c2b3f68c6633aca66f2 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 17 Mar 2021 16:04:28 +0100 Subject: [PATCH] PHPDoc --- application/utils.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/utils.inc.php b/application/utils.inc.php index 1a2428c81..6cb24e52a 100644 --- a/application/utils.inc.php +++ b/application/utils.inc.php @@ -2706,7 +2706,7 @@ HTML; /** * @param string $sInterface * @param string $sClassNameFilter - * @param array $aExcludedPath Reg. exp. of the paths to exclude. Note that backslahes (typically for Windows env.) need to be 4 backslashes, 2 for the escaping backslash, 2 for the actual backslash 😅 + * @param array $aExcludedPath Reg. exp. of the paths to exclude. Note that backslashes (typically for Windows env.) need to be 4 backslashes, 2 for the escaping backslash, 2 for the actual backslash 😅 * * @return array * @since 3.0.0