From 58377ee955bc653b47d80ad4051593339a8adc77 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 21 Sep 2019 16:12:21 +0200 Subject: [PATCH] fix docblock --- .../DepartmentTagSelector/DepartmentTagSelectorPopupView.php | 4 ++-- .../DepartmentTagSelector/DepartmentTagSelectorView.php | 4 ++-- .../PositionTagSelector/PositionTagSelectorPopupView.php | 4 ++-- .../PositionTagSelector/PositionTagSelectorView.php | 4 ++-- .../Components/UnitTagSelector/UnitTagSelectorPopupView.php | 4 ++-- .../Components/UnitTagSelector/UnitTagSelectorView.php | 4 ++-- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/department-create.tpl.php | 2 +- Theme/Backend/department-list.tpl.php | 2 +- Theme/Backend/department-profile.tpl.php | 2 +- Theme/Backend/organigram.tpl.php | 2 +- Theme/Backend/position-create.tpl.php | 2 +- Theme/Backend/position-list.tpl.php | 2 +- Theme/Backend/position-profile.tpl.php | 2 +- Theme/Backend/unit-create.tpl.php | 2 +- Theme/Backend/unit-list.tpl.php | 2 +- Theme/Backend/unit-profile.tpl.php | 2 +- 18 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorPopupView.php b/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorPopupView.php index 0f4d4e0..d0a787e 100644 --- a/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorPopupView.php +++ b/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorPopupView.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Organization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Views\View; /** * Component view. * - * @package TBD + * @package Modules\Organization * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorView.php b/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorView.php index 9577943..da3d855 100644 --- a/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorView.php +++ b/Theme/Backend/Components/DepartmentTagSelector/DepartmentTagSelectorView.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Organization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Views\View; /** * Component view. * - * @package TBD + * @package Modules\Organization * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorPopupView.php b/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorPopupView.php index d855793..7a804e6 100644 --- a/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorPopupView.php +++ b/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorPopupView.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Organization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Views\View; /** * Component view. * - * @package TBD + * @package Modules\Organization * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorView.php b/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorView.php index 0573579..32e5ab4 100644 --- a/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorView.php +++ b/Theme/Backend/Components/PositionTagSelector/PositionTagSelectorView.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Organization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Views\View; /** * Component view. * - * @package TBD + * @package Modules\Organization * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorPopupView.php b/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorPopupView.php index c1de8a3..6521d18 100644 --- a/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorPopupView.php +++ b/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorPopupView.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Organization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Views\View; /** * Component view. * - * @package TBD + * @package Modules\Organization * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorView.php b/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorView.php index 666e0b8..815a5e2 100644 --- a/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorView.php +++ b/Theme/Backend/Components/UnitTagSelector/UnitTagSelectorView.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Organization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Views\View; /** * Component view. * - * @package TBD + * @package Modules\Organization * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index 54464bf..bd6f15a 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Organization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index b80e029..ab79c38 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Organization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/department-create.tpl.php b/Theme/Backend/department-create.tpl.php index 4957df4..c4ba8d0 100644 --- a/Theme/Backend/department-create.tpl.php +++ b/Theme/Backend/department-create.tpl.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Organization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/department-list.tpl.php b/Theme/Backend/department-list.tpl.php index 659f364..dd8a432 100644 --- a/Theme/Backend/department-list.tpl.php +++ b/Theme/Backend/department-list.tpl.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Organization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/department-profile.tpl.php b/Theme/Backend/department-profile.tpl.php index 9441c00..db54e0c 100644 --- a/Theme/Backend/department-profile.tpl.php +++ b/Theme/Backend/department-profile.tpl.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Organization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/organigram.tpl.php b/Theme/Backend/organigram.tpl.php index 4617559..50e50c0 100644 --- a/Theme/Backend/organigram.tpl.php +++ b/Theme/Backend/organigram.tpl.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Organization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/position-create.tpl.php b/Theme/Backend/position-create.tpl.php index 87710c1..206b4f3 100644 --- a/Theme/Backend/position-create.tpl.php +++ b/Theme/Backend/position-create.tpl.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Organization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/position-list.tpl.php b/Theme/Backend/position-list.tpl.php index 0b8e5af..bb2ec0f 100644 --- a/Theme/Backend/position-list.tpl.php +++ b/Theme/Backend/position-list.tpl.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Organization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/position-profile.tpl.php b/Theme/Backend/position-profile.tpl.php index 9d536d7..db3dd33 100644 --- a/Theme/Backend/position-profile.tpl.php +++ b/Theme/Backend/position-profile.tpl.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Organization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/unit-create.tpl.php b/Theme/Backend/unit-create.tpl.php index 6a333ca..9bb2060 100644 --- a/Theme/Backend/unit-create.tpl.php +++ b/Theme/Backend/unit-create.tpl.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Organization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/unit-list.tpl.php b/Theme/Backend/unit-list.tpl.php index 665bdda..c7cc527 100644 --- a/Theme/Backend/unit-list.tpl.php +++ b/Theme/Backend/unit-list.tpl.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Organization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 diff --git a/Theme/Backend/unit-profile.tpl.php b/Theme/Backend/unit-profile.tpl.php index c59d1da..249228d 100644 --- a/Theme/Backend/unit-profile.tpl.php +++ b/Theme/Backend/unit-profile.tpl.php @@ -4,7 +4,7 @@ * * PHP Version 7.4 * - * @package TBD + * @package Modules\Organization * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0