Add Arguments & Modules class

This commit is contained in:
Philipp Holzer 2019-08-12 18:13:58 +02:00
parent f068d00645
commit 0af9747c6c
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
12 changed files with 1083 additions and 358 deletions

View file

@ -11,7 +11,6 @@ use Friendica\Database\Database;
use Friendica\Database\DBStructure;
use Friendica\Object\Image;
use Friendica\Util\Network;
use Friendica\Util\Profiler;
use Friendica\Util\Strings;
/**
@ -591,8 +590,7 @@ class Installer
/**
* Checking the Database connection and if it is available for the current installation
*
* @param ConfigCache $configCache The configuration cache
* @param Profiler $profiler The profiler of this app
* @param Database $dba
*
* @return bool true if the check was successful, otherwise false
* @throws Exception