Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-19 05:15:57 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-12-21 11:39:35 +0300
commit49c9de88baebb64b58cf7b92b06fea6ead306d4d (patch)
tree0922652f65f526217ea7f2cad9641e41e2049793 /lib/Controller/MessagesController.php
parentfb54fbabf85e35122bc18a49987990fdc4163cd5 (diff)
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] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/Controller/MessagesController.php')
-rwxr-xr-xlib/Controller/MessagesController.php2
1 files changed, 1 insertions, 1 deletions
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);