From 348f9607f4ea03f774d545a6a1ba32c2aafd2a9f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 24 Aug 2018 14:08:08 +0200 Subject: [PATCH] Fix package docblock --- Admin/Install/Navigation.php | 4 ++-- Admin/Installer.php | 4 ++-- Admin/Status.php | 4 ++-- Admin/Uninstaller.php | 4 ++-- Admin/Updater.php | 4 ++-- Controller.php | 4 ++-- Models/Answer.php | 4 ++-- Models/Question.php | 4 ++-- Models/Section.php | 4 ++-- Models/Survey.php | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 97c3369..bfac1b9 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Surveys\Admin\Install * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\DataStorage\Database\DatabasePool; /** * Navigation class. * - * @package Modules + * @package Modules\Surveys\Admin\Install * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Admin/Installer.php b/Admin/Installer.php index 027853b..5d78b9e 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Surveys\Admin * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Module\InstallerAbstract; /** * Surveys install class. * - * @package Modules + * @package Modules\Surveys\Admin * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Admin/Status.php b/Admin/Status.php index bae46c3..bfd1695 100644 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Surveys\Admin * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,7 +21,7 @@ use phpOMS\Module\InfoManager; /** * Navigation class. * - * @package Modules + * @package Modules\Surveys\Admin * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 7576881..ac46de7 100644 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Surveys\Admin * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -21,7 +21,7 @@ use phpOMS\Module\InfoManager; /** * Navigation class. * - * @package Modules + * @package Modules\Surveys\Admin * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Admin/Updater.php b/Admin/Updater.php index 930ba16..4a7682d 100644 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Surveys\Admin * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Module\InfoManager; /** * Updater class. * - * @package Modules + * @package Modules\Surveys\Admin * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Controller.php b/Controller.php index d4330e9..b1346bd 100644 --- a/Controller.php +++ b/Controller.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Surveys * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,7 +26,7 @@ use phpOMS\Views\View; /** * Surveys controller class. * - * @package Modules + * @package Modules\Surveys * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/Answer.php b/Models/Answer.php index 033458c..1b04645 100644 --- a/Models/Answer.php +++ b/Models/Answer.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Surveys * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Surveys; /** * Answer class. * - * @package Surveys + * @package Modules\Surveys * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/Question.php b/Models/Question.php index 418921c..762d99b 100644 --- a/Models/Question.php +++ b/Models/Question.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Surveys * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Surveys; /** * Question class. * - * @package Surveys + * @package Modules\Surveys * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/Section.php b/Models/Section.php index 4af23d4..0a41b06 100644 --- a/Models/Section.php +++ b/Models/Section.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Surveys * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Surveys; /** * Section class. * - * @package Surveys + * @package Modules\Surveys * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/Survey.php b/Models/Survey.php index 4db9753..0691a9a 100644 --- a/Models/Survey.php +++ b/Models/Survey.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Surveys * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Surveys; /** * Survey class. * - * @package Surveys + * @package Modules\Surveys * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0