Completed
Pull Request — master (#8540)
by Julius
19:15
created
apps/theming/lib/ThemingDefaults.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -261,7 +261,7 @@
 block discarded – undo
261 261
 	 *
262 262
 	 * @param string $app name of the app
263 263
 	 * @param string $image filename of the image
264
-	 * @return bool|string false if image should not replaced, otherwise the location of the image
264
+	 * @return string|false false if image should not replaced, otherwise the location of the image
265 265
 	 */
266 266
 	public function replaceImagePath($app, $image) {
267 267
 		if($app==='') {
Please login to merge, or discard this patch.
lib/private/Server.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,6 @@
 block discarded – undo
116 116
 use OC\Template\SCSSCacher;
117 117
 use OCA\Theming\ImageManager;
118 118
 use OCA\Theming\ThemingDefaults;
119
-
120 119
 use OCP\App\IAppManager;
121 120
 use OCP\AppFramework\Utility\ITimeFactory;
122 121
 use OCP\Collaboration\AutoComplete\IManager;
Please login to merge, or discard this patch.
apps/theming/lib/Controller/ThemingController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,6 @@
 block discarded – undo
42 42
 use OCP\AppFramework\Http\DataResponse;
43 43
 use OCP\AppFramework\Http\NotFoundResponse;
44 44
 use OCP\AppFramework\Utility\ITimeFactory;
45
-use OCP\Files\File;
46 45
 use OCP\Files\IAppData;
47 46
 use OCP\Files\NotFoundException;
48 47
 use OCP\Files\NotPermittedException;
Please login to merge, or discard this patch.