]> git.mxchange.org Git - friendica.git/blobdiff - src/App/Arguments.php
Apply suggestions from code review
[friendica.git] / src / App / Arguments.php
index 5d30f9bd2ba0cd6fb9e83771639eaa0fa5f0712e..6f527d2f4def937fa4a7619690455422f98253cb 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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