From e60dfef0d06d3d9f0522a438e0faf7d92701d335 Mon Sep 17 00:00:00 2001 From: Philipp Date: Sat, 26 Nov 2022 23:32:56 +0100 Subject: [PATCH] Update src/App/Arguments.php Co-authored-by: Hypolite Petovan --- src/App/Arguments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Arguments.php b/src/App/Arguments.php index 5d30f9bd2..3268530b2 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