Completed
Pull Request — master (#14851)
by Thomas
14:22
created
lib/private/Updater.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -33,8 +33,6 @@
 block discarded – undo
33 33
 use Doctrine\DBAL\Migrations\Configuration\Configuration;
34 34
 use Doctrine\DBAL\Migrations\Migration;
35 35
 use Doctrine\DBAL\Migrations\OutputWriter;
36
-use InvalidArgumentException;
37
-use OC\Core\Command\Db\Migrations\MigrateCommand;
38 36
 use OC\Hooks\BasicEmitter;
39 37
 use OC\IntegrityCheck\Checker;
40 38
 use OC_App;
Please login to merge, or discard this patch.
core/Command/Db/Migrations/MigrationTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -17,6 +17,7 @@
 block discarded – undo
17 17
 trait MigrationTrait {
18 18
 	/**
19 19
 	 * @param $appName
20
+	 * @param \Doctrine\DBAL\Connection $connection
20 21
 	 * @return Configuration
21 22
 	 */
22 23
 	protected function buildConfiguration($appName, $connection) {
Please login to merge, or discard this patch.