From 88eef97cd5ef87d8d4685fc4f932262b397f3edb Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 10 Apr 2020 16:07:26 +0200 Subject: [PATCH] Fix formatting of code in text Signed-off-by: Christoph Wurst --- developer_manual/app/upgrade-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app/upgrade-guide.rst b/developer_manual/app/upgrade-guide.rst index ccb3001fd..a62d532ea 100644 --- a/developer_manual/app/upgrade-guide.rst +++ b/developer_manual/app/upgrade-guide.rst @@ -60,7 +60,7 @@ New APIs Changed APIs ************ -* ``\OCP\User\Events\BeforeUserLoggedInEvent::getUsername`` now correctly returns a string and not an `\OCP\IUser` +* ``\OCP\User\Events\BeforeUserLoggedInEvent::getUsername`` now correctly returns a string and not an ``\OCP\IUser`` Upgrading to Nextcloud 18