]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Install.php
BBCode - fixed syntax error
[friendica.git] / src / Module / Install.php
index 2e0f16c4e9b2260afb5a73bbf156f325652fe8cc..d1a35c1518597eff9e631ec1a15a6818f9ac8981 100644 (file)
@@ -4,8 +4,6 @@ namespace Friendica\Module;
 
 use Friendica\App;
 use Friendica\BaseModule;
-use Friendica\Database\DBA;
-use Friendica\Database\DBStructure;
 use Friendica\Core;
 use Friendica\Core\L10n;
 use Friendica\Core\Renderer;
@@ -254,6 +252,7 @@ class Install extends BaseModule
         * @param App $a The global App
         *
         * @return string The text for the next steps
+        * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         */
        private static function whatNext($a)
        {