Completed
Pull Request — master (#27643)
by Piotr
10:33
created
lib/private/DB/Connection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,6 @@
 block discarded – undo
40 40
 use OCP\DB\QueryBuilder\IQueryBuilder;
41 41
 use OCP\IDBConnection;
42 42
 use OCP\PreConditionNotMetException;
43
-use OCP\Util;
44 43
 
45 44
 class Connection extends \Doctrine\DBAL\Connection implements IDBConnection {
46 45
 	/**
Please login to merge, or discard this patch.
lib/private/Diagnostics/QueryLogger.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -70,6 +70,7 @@
 block discarded – undo
70 70
 
71 71
 	/**
72 72
 	 * @param bool - $activate
73
+	 * @param boolean $activate
73 74
 	 */
74 75
 	public function activate($activate) {
75 76
 		$this->activated = $activate;
Please login to merge, or discard this patch.
lib/private/Server.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -46,8 +46,6 @@
 block discarded – undo
46 46
 use OC\AppFramework\Utility\TimeFactory;
47 47
 use OC\Command\AsyncBus;
48 48
 use OC\Diagnostics\EventLogger;
49
-use OC\Diagnostics\NullEventLogger;
50
-use OC\Diagnostics\NullQueryLogger;
51 49
 use OC\Diagnostics\QueryLogger;
52 50
 use OC\Files\Config\UserMountCache;
53 51
 use OC\Files\Config\UserMountCacheListener;
Please login to merge, or discard this patch.