Completed
Pull Request — master (#9258)
by Julius
49:32 queued 16:53
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.
apps/theming/lib/ImageManager.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,6 @@
 block discarded – undo
55 55
 	 * @param IConfig $config
56 56
 	 * @param IAppData $appData
57 57
 	 * @param IURLGenerator $urlGenerator
58
-	 * @param ThemingDefaults $themingDefaults
59 58
 	 */
60 59
 	public function __construct(IConfig $config,
61 60
 								IAppData $appData,
Please login to merge, or discard this patch.