Completed
Pull Request — master (#30188)
by Jörn Friedrich
18:43
created
lib/private/App/AppManager.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
 	/**
144 144
 	 * List all installed apps
145 145
 	 *
146
-	 * @return string[]
146
+	 * @return integer[]
147 147
 	 * @throws \Exception
148 148
 	 */
149 149
 	public function getInstalledApps() {
@@ -255,7 +255,7 @@  discard block
 block discarded – undo
255 255
 	/**
256 256
 	 * Do not allow more than one active app-theme
257 257
 	 *
258
-	 * @param $appId
258
+	 * @param string $appId
259 259
 	 * @throws AppNotFoundException
260 260
 	 * @throws \InvalidArgumentException
261 261
 	 * @throws \Exception
@@ -529,7 +529,7 @@  discard block
 block discarded – undo
529 529
 	}
530 530
 
531 531
 	/**
532
-	 * @param $appId
532
+	 * @param string $appId
533 533
 	 * @return bool
534 534
 	 * @throws \Exception
535 535
 	 */
@@ -565,7 +565,7 @@  discard block
 block discarded – undo
565 565
 	/**
566 566
 	 * @param string $package package path
567 567
 	 * @param bool $skipMigrations whether to skip migrations, which would only install the code
568
-	 * @return string|false app id or false in case of error
568
+	 * @return integer app id or false in case of error
569 569
 	 * @since 10.0
570 570
 	 * @throws \Exception
571 571
 	 * @throws \Exception
@@ -580,7 +580,7 @@  discard block
 block discarded – undo
580 580
 
581 581
 	/**
582 582
 	 * @param string $package
583
-	 * @return mixed
583
+	 * @return boolean
584 584
 	 * @since 10.0
585 585
 	 * @throws \Exception
586 586
 	 * @throws \Exception
Please login to merge, or discard this patch.