Completed
Push — master ( 0afb03...b5753d )
by Morris
14:32
created
apps/theming/lib/ThemingDefaults.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -305,7 +305,7 @@
 block discarded – undo
305 305
 	 *
306 306
 	 * @param string $app name of the app
307 307
 	 * @param string $image filename of the image
308
-	 * @return bool|string false if image should not replaced, otherwise the location of the image
308
+	 * @return string|false false if image should not replaced, otherwise the location of the image
309 309
 	 */
310 310
 	public function replaceImagePath($app, $image) {
311 311
 		if ($app === '' || $app === 'files_sharing') {
Please login to merge, or discard this patch.