diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-05-22 15:39:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-22 15:39:07 +0200 |
commit | 0c7a797652e8fcc8f1d96d8200aecef257378041 (patch) | |
tree | 86b1762d8b9de451373bf2dfa87291b86d37f2f7 /lib | |
parent | 57d4a16cfbbab9087925484207826446b14163b0 (diff) | |
parent | 96efc42584146a7cb135c155ea01d686e7dff91c (diff) | |
download | nextcloud-server-0c7a797652e8fcc8f1d96d8200aecef257378041.tar.gz nextcloud-server-0c7a797652e8fcc8f1d96d8200aecef257378041.zip |
Merge pull request #9544 from nextcloud/bugfix/noid/fix-phpdoc
Fix PHPDoc
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/Util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Util.php b/lib/public/Util.php index 0e32d8473a5..27b703ea2d8 100644 --- a/lib/public/Util.php +++ b/lib/public/Util.php @@ -82,7 +82,7 @@ class Util { private static $shareManager; /** - * get the current installed version of ownCloud + * get the current installed version of Nextcloud * @return array * @since 4.0.0 */ |