From: Philipp Date: Sat, 26 Nov 2022 22:32:56 +0000 (+0100) Subject: Update src/App/Arguments.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e60dfef0d06d3d9f0522a438e0faf7d92701d335;p=friendica.git Update src/App/Arguments.php Co-authored-by: Hypolite Petovan --- diff --git a/src/App/Arguments.php b/src/App/Arguments.php index 5d30f9bd2b..3268530b20 100644 --- a/src/App/Arguments.php +++ b/src/App/Arguments.php @@ -85,7 +85,7 @@ class Arguments /** * @return string The module name based on the arguments - * @deprecated 2022.12 - With the new (sub-)routes, it's no more trustworthy, use the ModuleClass instead + * @deprecated 2022.12 - With the new (sub-)routes, it's not trustworthy anymore, use the ModuleClass instead * @see Router::getModuleClass() */ public function getModuleName(): string