From 65744012a2ee651a00a015faf6c10b307daef23f Mon Sep 17 00:00:00 2001 From: Kamel Khelifa Date: Thu, 6 Nov 2025 15:00:03 +0100 Subject: [PATCH] Correction declaration variables --- .../webportal/tpl/list-additional-filters.tpl.php | 14 +++++++------- htdocs/public/webportal/tpl/list-filters.tpl.php | 14 +++++++------- htdocs/public/webportal/tpl/list-footer.tpl.php | 14 +++++++------- htdocs/public/webportal/tpl/list-lines.tpl.php | 14 +++++++------- htdocs/public/webportal/tpl/list-nav.tpl.php | 14 +++++++------- htdocs/public/webportal/tpl/list-titles.tpl.php | 14 +++++++------- htdocs/public/webportal/tpl/list.tpl.php | 14 +++++++------- 7 files changed, 49 insertions(+), 49 deletions(-) diff --git a/htdocs/public/webportal/tpl/list-additional-filters.tpl.php b/htdocs/public/webportal/tpl/list-additional-filters.tpl.php index 58d0afaf9cc..1eb31176368 100644 --- a/htdocs/public/webportal/tpl/list-additional-filters.tpl.php +++ b/htdocs/public/webportal/tpl/list-additional-filters.tpl.php @@ -8,15 +8,15 @@ if (empty($context) || !is_object($context)) { exit(1); } '@phan-var-force Context $context'; -'@phan-var-force Controller $this'; +'@phan-var-force AbstractListController $this'; /** - * @var Conf $conf - * @var HookManager $hookmanager - * @var Translate $langs - * @var Context $context - * @var Controller $this - * @var FormListWebPortal $formList + * @var Conf $conf + * @var HookManager $hookmanager + * @var Translate $langs + * @var Context $context + * @var AbstractListController $this + * @var FormListWebPortal $formList */ $formList = &$this->formList; diff --git a/htdocs/public/webportal/tpl/list-filters.tpl.php b/htdocs/public/webportal/tpl/list-filters.tpl.php index 1cd155f1c34..c0af0abc840 100644 --- a/htdocs/public/webportal/tpl/list-filters.tpl.php +++ b/htdocs/public/webportal/tpl/list-filters.tpl.php @@ -8,15 +8,15 @@ if (empty($context) || !is_object($context)) { exit(1); } '@phan-var-force Context $context'; -'@phan-var-force Controller $this'; +'@phan-var-force AbstractListController $this'; /** - * @var Conf $conf - * @var HookManager $hookmanager - * @var Translate $langs - * @var Context $context - * @var Controller $this - * @var FormListWebPortal $formList + * @var Conf $conf + * @var HookManager $hookmanager + * @var Translate $langs + * @var Context $context + * @var AbstractListController $this + * @var FormListWebPortal $formList */ $formList = &$this->formList; diff --git a/htdocs/public/webportal/tpl/list-footer.tpl.php b/htdocs/public/webportal/tpl/list-footer.tpl.php index a564bba6ebb..d7ad1d8cd62 100644 --- a/htdocs/public/webportal/tpl/list-footer.tpl.php +++ b/htdocs/public/webportal/tpl/list-footer.tpl.php @@ -8,15 +8,15 @@ if (empty($context) || !is_object($context)) { exit(1); } '@phan-var-force Context $context'; -'@phan-var-force Controller $this'; +'@phan-var-force AbstractListController $this'; /** - * @var Conf $conf - * @var HookManager $hookmanager - * @var Translate $langs - * @var Context $context - * @var Controller $this - * @var FormListWebPortal $formList + * @var Conf $conf + * @var HookManager $hookmanager + * @var Translate $langs + * @var Context $context + * @var AbstractListController $this + * @var FormListWebPortal $formList */ $formList = &$this->formList; diff --git a/htdocs/public/webportal/tpl/list-lines.tpl.php b/htdocs/public/webportal/tpl/list-lines.tpl.php index 1fb8a366f13..82d8ffa600f 100644 --- a/htdocs/public/webportal/tpl/list-lines.tpl.php +++ b/htdocs/public/webportal/tpl/list-lines.tpl.php @@ -8,15 +8,15 @@ if (empty($context) || !is_object($context)) { exit(1); } '@phan-var-force Context $context'; -'@phan-var-force Controller $this'; +'@phan-var-force AbstractListController $this'; /** - * @var Conf $conf - * @var HookManager $hookmanager - * @var Translate $langs - * @var Context $context - * @var Controller $this - * @var FormListWebPortal $formList + * @var Conf $conf + * @var HookManager $hookmanager + * @var Translate $langs + * @var Context $context + * @var AbstractListController $this + * @var FormListWebPortal $formList */ $formList = &$this->formList; diff --git a/htdocs/public/webportal/tpl/list-nav.tpl.php b/htdocs/public/webportal/tpl/list-nav.tpl.php index 50635509987..641edfa894c 100644 --- a/htdocs/public/webportal/tpl/list-nav.tpl.php +++ b/htdocs/public/webportal/tpl/list-nav.tpl.php @@ -8,15 +8,15 @@ if (empty($context) || !is_object($context)) { exit(1); } '@phan-var-force Context $context'; -'@phan-var-force Controller $this'; +'@phan-var-force AbstractListController $this'; /** - * @var Conf $conf - * @var HookManager $hookmanager - * @var Translate $langs - * @var Context $context - * @var Controller $this - * @var FormListWebPortal $formList + * @var Conf $conf + * @var HookManager $hookmanager + * @var Translate $langs + * @var Context $context + * @var AbstractListController $this + * @var FormListWebPortal $formList */ $formList = &$this->formList; diff --git a/htdocs/public/webportal/tpl/list-titles.tpl.php b/htdocs/public/webportal/tpl/list-titles.tpl.php index 6d880e94c93..93b613c23f6 100644 --- a/htdocs/public/webportal/tpl/list-titles.tpl.php +++ b/htdocs/public/webportal/tpl/list-titles.tpl.php @@ -8,15 +8,15 @@ if (empty($context) || !is_object($context)) { exit(1); } '@phan-var-force Context $context'; -'@phan-var-force Controller $this'; +'@phan-var-force AbstractListController $this'; /** - * @var Conf $conf - * @var HookManager $hookmanager - * @var Translate $langs - * @var Context $context - * @var Controller $this - * @var FormListWebPortal $formList + * @var Conf $conf + * @var HookManager $hookmanager + * @var Translate $langs + * @var Context $context + * @var AbstractListController $this + * @var FormListWebPortal $formList */ $formList = &$this->formList; diff --git a/htdocs/public/webportal/tpl/list.tpl.php b/htdocs/public/webportal/tpl/list.tpl.php index fb331dfda3b..45126c5ab72 100644 --- a/htdocs/public/webportal/tpl/list.tpl.php +++ b/htdocs/public/webportal/tpl/list.tpl.php @@ -8,15 +8,15 @@ if (empty($context) || !is_object($context)) { exit(1); } '@phan-var-force Context $context'; -'@phan-var-force Controller $this'; +'@phan-var-force AbstractListController $this'; /** - * @var Conf $conf - * @var HookManager $hookmanager - * @var Translate $langs - * @var Context $context - * @var Controller $this - * @var FormListWebPortal $formList + * @var Conf $conf + * @var HookManager $hookmanager + * @var Translate $langs + * @var Context $context + * @var AbstractListController $this + * @var FormListWebPortal $formList */ $formList = &$this->formList;