From e5b3c7f01166d63f2a6bc40caaff10f12044d00f 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/AccountAbstract.php | 4 ++-- Models/AccountType.php | 4 ++-- Models/Balance.php | 4 ++-- Models/BatchPosting.php | 4 ++-- Models/Creditor.php | 4 ++-- Models/CreditorAccount.php | 4 ++-- Models/Debitor.php | 4 ++-- Models/DebitorAccount.php | 4 ++-- Models/EntryInterface.php | 4 ++-- Models/ImpersonalAccount.php | 4 ++-- Models/IncomeStatement.php | 4 ++-- Models/InvoicePosting.php | 4 ++-- Models/InvoicePostingSimple.php | 4 ++-- Models/PersonalAccountAbstract.php | 4 ++-- Models/Posting.php | 4 ++-- Models/PostingAbstract.php | 4 ++-- Models/PostingInterface.php | 4 ++-- Models/TimeRangeType.php | 4 ++-- 24 files changed, 48 insertions(+), 48 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index bb20d4f..3cff90d 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\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\Accounting\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 bbb4175..5cb7085 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\Admin * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Module\InstallerAbstract; /** * Navigation class. * - * @package Modules + * @package Modules\Accounting\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 26f0f05..067e888 100644 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\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\Accounting\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 ae461cb..5fe5b26 100644 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\Admin * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -22,7 +22,7 @@ use phpOMS\Module\InfoManager; /** * Navigation class. * - * @package Modules + * @package Modules\Accounting\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 89aa669..70bfc8f 100644 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\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\Accounting\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 1813628..9addc02 100644 --- a/Controller.php +++ b/Controller.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -26,7 +26,7 @@ use phpOMS\Views\View; /** * Accounting class. * - * @package Modules + * @package Modules\Accounting * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/AccountAbstract.php b/Models/AccountAbstract.php index 3f2bcfb..a2571ae 100644 --- a/Models/AccountAbstract.php +++ b/Models/AccountAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Accounting\Models; /** * Account abstraction class. * - * @package Module + * @package Modules\Accounting\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/AccountType.php b/Models/AccountType.php index 0bd3bac..afbb8f4 100644 --- a/Models/AccountType.php +++ b/Models/AccountType.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Account type enum. * - * @package Modules + * @package Modules\Accounting\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/Balance.php b/Models/Balance.php index 328a54a..8b66c65 100644 --- a/Models/Balance.php +++ b/Models/Balance.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Utils\IO\ExchangeInterface; /** * Balance class. * - * @package Modules + * @package Modules\Accounting\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/BatchPosting.php b/Models/BatchPosting.php index db4838d..13df748 100644 --- a/Models/BatchPosting.php +++ b/Models/BatchPosting.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Accounting\Models; /** * BatchPosting class. * - * @package Module + * @package Modules\Accounting\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/Creditor.php b/Models/Creditor.php index c0dbe02..00bdf1a 100644 --- a/Models/Creditor.php +++ b/Models/Creditor.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Accounting\Models; /** * Creditor class. * - * @package Module + * @package Modules\Accounting\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/CreditorAccount.php b/Models/CreditorAccount.php index 418b057..485148a 100644 --- a/Models/CreditorAccount.php +++ b/Models/CreditorAccount.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use Modules\Accounting\Models\PersonalAccountAbstract; /** * Creditor account class. * - * @package Modules + * @package Modules\Accounting\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/Debitor.php b/Models/Debitor.php index c2c9250..7f27583 100644 --- a/Models/Debitor.php +++ b/Models/Debitor.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Accounting\Models; /** * Debitor class. * - * @package Module + * @package Modules\Accounting\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/DebitorAccount.php b/Models/DebitorAccount.php index b1d164b..4e2101e 100644 --- a/Models/DebitorAccount.php +++ b/Models/DebitorAccount.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use Modules\Accounting\Models\PersonalAccountAbstract; /** * DebitorAccount class. * - * @package Modules + * @package Modules\Accounting\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/EntryInterface.php b/Models/EntryInterface.php index 7bad095..d9ab9dc 100644 --- a/Models/EntryInterface.php +++ b/Models/EntryInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Accounting\Models; /** * Entry interface. * - * @package Modules + * @package Modules\Accounting\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/ImpersonalAccount.php b/Models/ImpersonalAccount.php index 682dd4a..3076193 100644 --- a/Models/ImpersonalAccount.php +++ b/Models/ImpersonalAccount.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Utils\IO\ExchangeInterface; /** * ImpersonalAccount class. * - * @package Module + * @package Modules\Accounting\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/IncomeStatement.php b/Models/IncomeStatement.php index ccd4d72..0166ab0 100644 --- a/Models/IncomeStatement.php +++ b/Models/IncomeStatement.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Accounting\Models; /** * IncomeStatement class. * - * @package Module + * @package Modules\Accounting\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/InvoicePosting.php b/Models/InvoicePosting.php index fd78480..416e9ce 100644 --- a/Models/InvoicePosting.php +++ b/Models/InvoicePosting.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Accounting\Models; /** * Invoice posting class. * - * @package Module + * @package Modules\Accounting\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/InvoicePostingSimple.php b/Models/InvoicePostingSimple.php index e5bc7b9..293b860 100644 --- a/Models/InvoicePostingSimple.php +++ b/Models/InvoicePostingSimple.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Accounting\Models; /** * Invoice posting simple class. * - * @package Module + * @package Modules\Accounting\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/PersonalAccountAbstract.php b/Models/PersonalAccountAbstract.php index 0675e08..dc4134d 100644 --- a/Models/PersonalAccountAbstract.php +++ b/Models/PersonalAccountAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Accounting\Models; /** * ImpersonalAccount class. * - * @package Modules + * @package Modules\Accounting\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/Posting.php b/Models/Posting.php index 44cd23d..f88f159 100644 --- a/Models/Posting.php +++ b/Models/Posting.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Accounting\Models; /** * Posting class. * - * @package Module + * @package Modules\Accounting\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/PostingAbstract.php b/Models/PostingAbstract.php index 3b4b09b..f5c6b09 100644 --- a/Models/PostingAbstract.php +++ b/Models/PostingAbstract.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Accounting\Models; /** * Posting abstract class. * - * @package Module + * @package Modules\Accounting\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/PostingInterface.php b/Models/PostingInterface.php index 2012854..683693a 100644 --- a/Models/PostingInterface.php +++ b/Models/PostingInterface.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -17,7 +17,7 @@ namespace Modules\Accounting\Models; /** * Posting interface. * - * @package Modules + * @package Modules\Accounting\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0 diff --git a/Models/TimeRangeType.php b/Models/TimeRangeType.php index 447c28d..4c989e1 100644 --- a/Models/TimeRangeType.php +++ b/Models/TimeRangeType.php @@ -4,7 +4,7 @@ * * PHP Version 7.2 * - * @package TBD + * @package Modules\Accounting\Models * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 @@ -19,7 +19,7 @@ use phpOMS\Stdlib\Base\Enum; /** * Time range type enum. * - * @package Modules + * @package Modules\Accounting\Models * @license OMS License 1.0 * @link http://website.orange-management.de * @since 1.0.0