]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Installer.php
Merge pull request #11258 from MrPetovan/bug/11234-categories-profile
[friendica.git] / src / Core / Installer.php
index fc0da6cbeda750c622dd4fc3876c6ec11b513cd0..516408b4e3eb9885f1855ed89b3297ebfcd3deb3 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
  *
@@ -23,7 +23,7 @@ namespace Friendica\Core;
 
 use DOMDocument;
 use Exception;
-use Friendica\Core\Config\Cache\Cache;
+use Friendica\Core\Config\ValueObject\Cache;
 use Friendica\Database\Database;
 use Friendica\Database\DBStructure;
 use Friendica\DI;
@@ -678,8 +678,8 @@ class Installer
        /**
         * Setup the default cache for a new installation
         *
-        * @param \Friendica\Core\Config\Cache\Cache $configCache The configuration cache
-        * @param string                             $basePath    The determined basepath
+        * @param \Friendica\Core\Config\ValueObject\Cache $configCache The configuration cache
+        * @param string                                   $basePath    The determined basepath
         *
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */