Skip to content

Commit d5eef63

Browse files
chore: Add references to phpdoc deprecation notice for IL10N
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
1 parent b4a0ea3 commit d5eef63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1724,7 +1724,7 @@ public function getL10NFactory() {
17241724
* @param string $app appid
17251725
* @param string $lang
17261726
* @return IL10N
1727-
* @deprecated 20.0.0 use DI of IL10N instead, or \OCP\Util::getL10N as a last resort
1727+
* @deprecated 20.0.0 use DI of {@see IL10N} or {@see IFactory} instead, or {@see \OCP\Util::getL10N()} as a last resort
17281728
*/
17291729
public function getL10N($app, $lang = null) {
17301730
return $this->get(IFactory::class)->get($app, $lang);

0 commit comments

Comments
 (0)