Merge pull request #16746 from owncloud/fix-phpdoc

Fix typo in PHPDoc
This commit is contained in:
Robin McCorkell 2015-06-04 15:36:15 +01:00
commit 5ea06f31b9
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ interface IAppManager {
* List all installed apps
*
* @return string[]
* @since 8.0.0
* @since 8.1.0
*/
public function getInstalledApps();