Skip to content

Commit 7b69619

Browse files
committed
Minor - Flint fixes
1 parent 47465bf commit 7b69619

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

main/inc/lib/webservices/Rest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Rest extends WebService
6060
const SAVE_FORUM_POST = 'save_forum_post';
6161
const SAVE_FORUM_THREAD = 'save_forum_thread';
6262
const SET_THREAD_NOTIFY = 'set_thread_notify';
63-
const DOWNLOAD_FORUM_ATTACHMENT= 'download_forum_attachment';
63+
const DOWNLOAD_FORUM_ATTACHMENT = 'download_forum_attachment';
6464

6565
const GET_WORK_LIST = 'get_work_list';
6666
const GET_WORK_STUDENTS_WITHOUT_PUBLICATIONS = 'get_work_students_without_publications';
@@ -889,7 +889,7 @@ public function getCourseForumThread($forumId, $threadId)
889889
$postInfo['iid'],
890890
0,
891891
$this->course->getId()
892-
)
892+
),
893893
];
894894
}
895895

@@ -2947,7 +2947,6 @@ public function viewMessage(int $messageId)
29472947

29482948
public function downloadForumPostAttachment(string $path)
29492949
{
2950-
29512950
$courseCode = $this->course->getCode();
29522951
$sessionId = $this->session ? $this->session->getId() : 0;
29532952

0 commit comments

Comments
 (0)