From 49c9de88baebb64b58cf7b92b06fea6ead306d4d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 19 Dec 2020 02:15:57 +0000 Subject: Bump nextcloud/coding-standard from 0.3.0 to 0.4.0 Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.4.0) Signed-off-by: dependabot-preview[bot] Signed-off-by: Christoph Wurst --- lib/Controller/MessagesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Controller/MessagesController.php') diff --git a/lib/Controller/MessagesController.php b/lib/Controller/MessagesController.php index dacad4b08..b95c3c2c3 100755 --- a/lib/Controller/MessagesController.php +++ b/lib/Controller/MessagesController.php @@ -383,7 +383,7 @@ class MessagesController extends Controller { * * @throws ClientException */ - public function getHtmlBody(int $id, bool $plain=false): Response { + public function getHtmlBody(int $id, bool $plain = false): Response { try { try { $message = $this->mailManager->getMessage($this->currentUserId, $id); -- cgit v1.2.3