Skip to content

Commit 3683141

Browse files
committed
Update NotificationView.php
1 parent 20cd291 commit 3683141

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

site/app/views/NotificationView.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
use app\controllers\admin\ConfigurationController;
66
use app\models\User;
77

8-
/**
9-
* @param string $current_course
10-
* @param Notification[] $all_notifications
11-
* @param array<string, mixed> $notification_saves
12-
* @return string
13-
*/
148
class NotificationView extends AbstractView {
9+
/**
10+
* @param string $current_course
11+
* @param Notification[] $all_notifications
12+
* @param array<string, mixed> $notification_saves
13+
* @return string
14+
*/
1515
public function showNotifications(string $current_course, array $all_notifications, array $notification_saves): string {
1616
$this->core->getOutput()->addBreadcrumb("Notifications");
1717
$this->core->getOutput()->addInternalCss('notifications.css');

0 commit comments

Comments
 (0)