From a780d9790bf88f1620cff83249cad49551f735da Mon Sep 17 00:00:00 2001 From: raviks789 <33730024+raviks789@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:00:14 +0200 Subject: [PATCH] Declare property `$view` for helpers in monitoring modules The property `$view` with type `Icinga\Web\View` is declared for helpers in `modules/monitoring/application/views/helpers` directory. --- modules/monitoring/application/views/helpers/Customvar.php | 5 +++++ modules/monitoring/application/views/helpers/HostFlags.php | 5 +++++ modules/monitoring/application/views/helpers/IconImage.php | 5 +++++ modules/monitoring/application/views/helpers/Perfdata.php | 4 ++++ .../monitoring/application/views/helpers/ServiceFlags.php | 5 +++++ 5 files changed, 24 insertions(+) diff --git a/modules/monitoring/application/views/helpers/Customvar.php b/modules/monitoring/application/views/helpers/Customvar.php index 8bfdc3a52..f015fcdc6 100644 --- a/modules/monitoring/application/views/helpers/Customvar.php +++ b/modules/monitoring/application/views/helpers/Customvar.php @@ -1,8 +1,13 @@