Completed
Pull Request — master (#29508)
by Juan Pablo
09:22
created
lib/private/AllConfig.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -449,7 +449,7 @@
 block discarded – undo
449 449
 	 * In some environments the system config file is readonly. Find out if this
450 450
 	 * is the case.
451 451
 	 *
452
-	 * @return boolean
452
+	 * @return false|string
453 453
 	 * @since 10.0.3
454 454
 	 */
455 455
 	public function isSystemConfigReadOnly() {
Please login to merge, or discard this patch.
lib/private/DB/MySqlSchemaColumnDefinitionListener.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@
 block discarded – undo
22 22
 namespace OC\DB;
23 23
 
24 24
 use Doctrine\DBAL\DBALException;
25
-use Doctrine\DBAL\Driver\ServerInfoAwareConnection;
26 25
 use Doctrine\DBAL\Event\SchemaColumnDefinitionEventArgs;
27 26
 use Doctrine\DBAL\Platforms\MySqlPlatform;
28 27
 use Doctrine\DBAL\Schema\Column;
Please login to merge, or discard this patch.