]> git.mxchange.org Git - friendica.git/blobdiff - src/App/BaseURL.php
Merge pull request #11515 from annando/issue-11492
[friendica.git] / src / App / BaseURL.php
index 40ed7941687a6f0cf22a15de3ee4f6c8af204875..9a8348510de65d8993de6480c1c8d1bb8f390c3c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -272,8 +272,8 @@ class BaseURL
        }
 
        /**
-        * @param \Friendica\Core\Config\Capability\IManageConfigValues $config The Friendica IConfiguration
-        * @param array                                                 $server The $_SERVER array
+        * @param IManageConfigValues $config The Friendica IConfiguration
+        * @param array               $server The $_SERVER array
         */
        public function __construct(IManageConfigValues $config, array $server)
        {