We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20cd291 commit 3683141Copy full SHA for 3683141
1 file changed
site/app/views/NotificationView.php
@@ -5,13 +5,13 @@
5
use app\controllers\admin\ConfigurationController;
6
use app\models\User;
7
8
-/**
9
- * @param string $current_course
10
- * @param Notification[] $all_notifications
11
- * @param array<string, mixed> $notification_saves
12
- * @return string
13
- */
14
class NotificationView extends AbstractView {
+ /**
+ * @param string $current_course
+ * @param Notification[] $all_notifications
+ * @param array<string, mixed> $notification_saves
+ * @return string
+ */
15
public function showNotifications(string $current_course, array $all_notifications, array $notification_saves): string {
16
$this->core->getOutput()->addBreadcrumb("Notifications");
17
$this->core->getOutput()->addInternalCss('notifications.css');
0 commit comments