Completed
Pull Request — master (#27284)
by Piotr
08:30
created
settings/Panels/Personal/Profile.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -26,11 +26,9 @@
 block discarded – undo
26 26
 
27 27
 use OCP\Settings\ISettings;
28 28
 use OCP\Template;
29
-use OCP\IUser;
30 29
 use OCP\IGroupManager;
31 30
 use OCP\IUserSession;
32 31
 use OCP\IConfig;
33
-use OC\Settings\Panels\Helper;
34 32
 use OCP\L10N\IFactory;
35 33
 
36 34
 class Profile implements ISettings {
Please login to merge, or discard this patch.
lib/private/Settings/SettingsManager.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,6 @@  discard block
 block discarded – undo
39 39
 use OCP\IGroupManager;
40 40
 use OCP\Defaults;
41 41
 use OCP\IURLGenerator;
42
-
43 42
 use OC\Settings\Panels\Personal\Profile;
44 43
 use OC\Settings\Panels\Personal\Legacy as LegacyPersonal;
45 44
 use OC\Settings\Panels\Admin\Legacy as LegacyAdmin;
@@ -54,7 +53,6 @@  discard block
 block discarded – undo
54 53
 use OC\Settings\Panels\Admin\Mail;
55 54
 use OC\Settings\Panels\Admin\Logging;
56 55
 use OC\Settings\Panels\Admin\SecurityWarning;
57
-use OC\Settings\Panels\Admin\Updater;
58 56
 use OC\Settings\Panels\Admin\Tips;
59 57
 use OC\Settings\Panels\Admin\Status;
60 58
 
Please login to merge, or discard this patch.
lib/private/Console/Application.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
 use Symfony\Component\Console\Input\InputInterface;
38 38
 use Symfony\Component\Console\Input\InputOption;
39 39
 use Symfony\Component\Console\Output\OutputInterface;
40
-use Symfony\Component\Console\Output\ConsoleOutputInterface;
41 40
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
42 41
 
43 42
 class Application {
Please login to merge, or discard this patch.
apps/dav/lib/Connector/Sabre/SharesPlugin.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -108,6 +108,7 @@
 block discarded – undo
108 108
 	 *
109 109
 	 * @param  IShare[] array containing shares
110 110
 	 * @param  int[][] array containing hash map nodeIds->shareTypes $initShareTypes[$currentNodeID][$currentShareType]
111
+	 * @param IShare[] $allShares
111 112
 	 */
112 113
 	private function convertToHashMap($allShares, $initShareTypes) {
113 114
 		// Use some already preinitialized hash map which may contain some values e.g. empty arrays
Please login to merge, or discard this patch.