diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-05-22 15:11:32 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-05-22 15:11:32 +0200 |
commit | 96efc42584146a7cb135c155ea01d686e7dff91c (patch) | |
tree | fb1e30f3075e49d73e83b45b57d398f0d68ea69c /lib | |
parent | 9f064b08b3df4817d3c2fdc608a708827df8b0ae (diff) | |
download | nextcloud-server-96efc42584146a7cb135c155ea01d686e7dff91c.tar.gz nextcloud-server-96efc42584146a7cb135c155ea01d686e7dff91c.zip |
Fix PHPDoc
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
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 */ |