diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-08-26 16:59:40 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-08-27 09:16:28 +0200 |
commit | de97d06f99e40446f601312b4feb45d6f1a5a130 (patch) | |
tree | 32175f5d6ea41602125923cb9485ccf69dd5bce0 /lib/public/L10N | |
parent | 7a5e2455bb33a9f42dc75cbffc6617f551b48d2e (diff) | |
download | nextcloud-server-de97d06f99e40446f601312b4feb45d6f1a5a130.tar.gz nextcloud-server-de97d06f99e40446f601312b4feb45d6f1a5a130.zip |
Remove @package annotations from public namespace
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'lib/public/L10N')
-rw-r--r-- | lib/public/L10N/ILanguageIterator.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/L10N/ILanguageIterator.php b/lib/public/L10N/ILanguageIterator.php index 57176b2d772..57a572ed3fe 100644 --- a/lib/public/L10N/ILanguageIterator.php +++ b/lib/public/L10N/ILanguageIterator.php @@ -38,7 +38,6 @@ namespace OCP\L10N; * if settings are not present or truncating is not applicable, the iterator * skips to the next valid item itself * - * @package OCP\L10N * * @since 14.0.0 */ |