From 196711b7c0da48138f8e1e03de09d2a32f42485e Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 8 Jul 2019 19:51:27 +0200 Subject: [PATCH] fix @link --- Admin/Install/Navigation.php | 4 ++-- Admin/Installer.php | 4 ++-- Admin/Status.php | 4 ++-- Admin/Uninstaller.php | 4 ++-- Admin/Updater.php | 4 ++-- Controller/BackendController.php | 4 ++-- Controller/Controller.php | 4 ++-- Models/Invoice.php | 4 ++-- Models/InvoiceElement.php | 4 ++-- Models/InvoiceMapper.php | 4 ++-- Models/InvoiceStatus.php | 4 ++-- Models/InvoiceType.php | 4 ++-- Models/PermissionState.php | 4 ++-- Theme/Backend/Lang/Navigation.en.lang.php | 2 +- Theme/Backend/Lang/en.lang.php | 2 +- Theme/Backend/invoice-archive.tpl.php | 2 +- Theme/Backend/invoice-create.tpl.php | 2 +- Theme/Backend/invoice-list.tpl.php | 2 +- Theme/Backend/invoice-single.tpl.php | 2 +- Theme/Backend/purchase-invoice-list.tpl.php | 2 +- 20 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 01def01..eb30ec3 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\DatabasePool; * * @package Modules\Billing\Admin\Install * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ class Navigation diff --git a/Admin/Installer.php b/Admin/Installer.php index 5bf1e5a..abd4ffb 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\InstallerAbstract; * * @package Modules\Billing\Admin * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ class Installer extends InstallerAbstract diff --git a/Admin/Status.php b/Admin/Status.php index 4fe0cf2..1bf54d8 100644 --- a/Admin/Status.php +++ b/Admin/Status.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\StatusAbstract; * * @package Modules\Billing\Admin * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ class Status extends StatusAbstract diff --git a/Admin/Uninstaller.php b/Admin/Uninstaller.php index 52e6afb..4b5ec8c 100644 --- a/Admin/Uninstaller.php +++ b/Admin/Uninstaller.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\UninstallerAbstract; * * @package Modules\Billing\Admin * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ class Uninstaller extends UninstallerAbstract diff --git a/Admin/Updater.php b/Admin/Updater.php index e568578..dfc83b5 100644 --- a/Admin/Updater.php +++ b/Admin/Updater.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Module\UpdaterAbstract; * * @package Modules\Billing\Admin * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ class Updater extends UpdaterAbstract diff --git a/Controller/BackendController.php b/Controller/BackendController.php index bf1ac67..b7cb6db 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -24,7 +24,7 @@ use phpOMS\Views\View; * * @package Modules\Billing * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ final class BackendController extends Controller diff --git a/Controller/Controller.php b/Controller/Controller.php index 8f0c05e..d7351da 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -22,7 +22,7 @@ use phpOMS\Module\WebInterface; * * @package Modules\Billing * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ class Controller extends ModuleAbstract implements WebInterface diff --git a/Models/Invoice.php b/Models/Invoice.php index e78fa69..7ef2ac5 100644 --- a/Models/Invoice.php +++ b/Models/Invoice.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -22,7 +22,7 @@ use phpOMS\Localization\Money; * * @package Modules\Billing\Models * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ class Invoice implements \JsonSerializable diff --git a/Models/InvoiceElement.php b/Models/InvoiceElement.php index b4897d6..a00d4f8 100644 --- a/Models/InvoiceElement.php +++ b/Models/InvoiceElement.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Localization\Money; * * @package Modules\Billing\Models * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ class InvoiceElement implements \JsonSerializable diff --git a/Models/InvoiceMapper.php b/Models/InvoiceMapper.php index bcefc3a..4eb2fff 100644 --- a/Models/InvoiceMapper.php +++ b/Models/InvoiceMapper.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\DataStorage\Database\DataMapperAbstract; * * @package Modules\Billing * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ final class InvoiceMapper extends DataMapperAbstract diff --git a/Models/InvoiceStatus.php b/Models/InvoiceStatus.php index c4ea41d..e1c08d7 100644 --- a/Models/InvoiceStatus.php +++ b/Models/InvoiceStatus.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * @package Modules\Billing\Models * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ abstract class InvoiceStatus extends Enum diff --git a/Models/InvoiceType.php b/Models/InvoiceType.php index 45e7fb1..54a89aa 100644 --- a/Models/InvoiceType.php +++ b/Models/InvoiceType.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * @package Modules\Billing\Models * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ abstract class InvoiceType extends Enum diff --git a/Models/PermissionState.php b/Models/PermissionState.php index cfc94da..e9ca565 100644 --- a/Models/PermissionState.php +++ b/Models/PermissionState.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ declare(strict_types=1); @@ -21,7 +21,7 @@ use phpOMS\Stdlib\Base\Enum; * * @package Modules\Billing * @license OMS License 1.0 - * @link http://website.orange-management.de + * @link https://orange-management.org * @since 1.0.0 */ abstract class PermissionState extends Enum diff --git a/Theme/Backend/Lang/Navigation.en.lang.php b/Theme/Backend/Lang/Navigation.en.lang.php index e36ae57..8be83b0 100644 --- a/Theme/Backend/Lang/Navigation.en.lang.php +++ b/Theme/Backend/Lang/Navigation.en.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ return ['Navigation' => [ 'Billing' => 'Billing', diff --git a/Theme/Backend/Lang/en.lang.php b/Theme/Backend/Lang/en.lang.php index d4c4258..30b6856 100644 --- a/Theme/Backend/Lang/en.lang.php +++ b/Theme/Backend/Lang/en.lang.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ return ['Billing' => [ 'Address' => 'Address', diff --git a/Theme/Backend/invoice-archive.tpl.php b/Theme/Backend/invoice-archive.tpl.php index 118758c..61e8cd3 100644 --- a/Theme/Backend/invoice-archive.tpl.php +++ b/Theme/Backend/invoice-archive.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/invoice-create.tpl.php b/Theme/Backend/invoice-create.tpl.php index 3f62975..373cf6c 100644 --- a/Theme/Backend/invoice-create.tpl.php +++ b/Theme/Backend/invoice-create.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/invoice-list.tpl.php b/Theme/Backend/invoice-list.tpl.php index d64e7c4..3ac4d26 100644 --- a/Theme/Backend/invoice-list.tpl.php +++ b/Theme/Backend/invoice-list.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ $footerView = new \phpOMS\Views\PaginationView($this->app, $this->request, $this->response); diff --git a/Theme/Backend/invoice-single.tpl.php b/Theme/Backend/invoice-single.tpl.php index 118758c..61e8cd3 100644 --- a/Theme/Backend/invoice-single.tpl.php +++ b/Theme/Backend/invoice-single.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ /** * @var \phpOMS\Views\View $this diff --git a/Theme/Backend/purchase-invoice-list.tpl.php b/Theme/Backend/purchase-invoice-list.tpl.php index 1927264..2be2d70 100644 --- a/Theme/Backend/purchase-invoice-list.tpl.php +++ b/Theme/Backend/purchase-invoice-list.tpl.php @@ -8,7 +8,7 @@ * @copyright Dennis Eichhorn * @license OMS License 1.0 * @version 1.0.0 - * @link http://website.orange-management.de + * @link https://orange-management.org */ $footerView = new \phpOMS\Views\PaginationView($this->app, $this->request, $this->response);