Completed
Pull Request — master (#30188)
by Jörn Friedrich
29:05 queued 15:17
created
lib/private/App/AppManager.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
 	/**
146 146
 	 * List all installed apps
147 147
 	 *
148
-	 * @return string[]
148
+	 * @return integer[]
149 149
 	 * @throws \Exception
150 150
 	 */
151 151
 	public function getInstalledApps() {
@@ -257,7 +257,7 @@  discard block
 block discarded – undo
257 257
 	/**
258 258
 	 * Do not allow more than one active app-theme
259 259
 	 *
260
-	 * @param $appId
260
+	 * @param string $appId
261 261
 	 * @throws AppNotFoundException
262 262
 	 * @throws \InvalidArgumentException
263 263
 	 * @throws \Exception
@@ -542,7 +542,7 @@  discard block
 block discarded – undo
542 542
 	}
543 543
 
544 544
 	/**
545
-	 * @param $appId
545
+	 * @param string $appId
546 546
 	 * @return bool
547 547
 	 * @throws \Exception
548 548
 	 */
@@ -578,7 +578,7 @@  discard block
 block discarded – undo
578 578
 	/**
579 579
 	 * @param string $package package path
580 580
 	 * @param bool $skipMigrations whether to skip migrations, which would only install the code
581
-	 * @return string|false app id or false in case of error
581
+	 * @return integer app id or false in case of error
582 582
 	 * @since 10.0
583 583
 	 * @throws \Exception
584 584
 	 */
@@ -592,7 +592,7 @@  discard block
 block discarded – undo
592 592
 
593 593
 	/**
594 594
 	 * @param string $package
595
-	 * @return mixed
595
+	 * @return boolean
596 596
 	 * @since 10.0
597 597
 	 * @throws \Exception
598 598
 	 */
Please login to merge, or discard this patch.