diff --git a/Admin/Activate.php b/Admin/Activate.php index 1357c89..f615512 100644 --- a/Admin/Activate.php +++ b/Admin/Activate.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Admin; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Admin/Deactivate.php b/Admin/Deactivate.php index 49038bd..4a920ba 100644 --- a/Admin/Deactivate.php +++ b/Admin/Deactivate.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Admin; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 4c43afa..bc54a1a 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Admin\Install; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Admin/Installer.php b/Admin/Installer.php index 7d50a7a..26201ea 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Admin; use phpOMS\DataStorage\Database\DatabaseType; diff --git a/Admin/Uninstall.php b/Admin/Uninstall.php index 8eed9c8..b5715b6 100644 --- a/Admin/Uninstall.php +++ b/Admin/Uninstall.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Admin; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Admin/Update.php b/Admin/Update.php index a827b58..c2379ba 100644 --- a/Admin/Update.php +++ b/Admin/Update.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Admin; use phpOMS\DataStorage\Database\DatabasePool; diff --git a/Controller.php b/Controller.php index ce053cb..db2a918 100644 --- a/Controller.php +++ b/Controller.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting; use Modules\Navigation\Models\Navigation; diff --git a/Models/AccountAbstract.php b/Models/AccountAbstract.php index c3bc2df..dd54ff8 100644 --- a/Models/AccountAbstract.php +++ b/Models/AccountAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Models; diff --git a/Models/AccountBalance.php b/Models/AccountBalance.php index 3f177a7..abd3d11 100644 --- a/Models/AccountBalance.php +++ b/Models/AccountBalance.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Models; /** diff --git a/Models/AccountInterface.php b/Models/AccountInterface.php index cf549e4..fad606c 100644 --- a/Models/AccountInterface.php +++ b/Models/AccountInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Models; /** diff --git a/Models/AccountType.php b/Models/AccountType.php index ca531ee..6b7f8af 100644 --- a/Models/AccountType.php +++ b/Models/AccountType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Models; use phpOMS\Stdlib\Base\Enum; diff --git a/Models/Balance.php b/Models/Balance.php index c65a8a0..c72c443 100644 --- a/Models/Balance.php +++ b/Models/Balance.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Models; use phpOMS\Utils\IO\ExchangeInterface; diff --git a/Models/BatchPosting.php b/Models/BatchPosting.php index b803003..54093e2 100644 --- a/Models/BatchPosting.php +++ b/Models/BatchPosting.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Models; use phpOMS\Utils\IO\ExchangeInterface; diff --git a/Models/Creditor.php b/Models/Creditor.php index c0f30df..1567614 100644 --- a/Models/Creditor.php +++ b/Models/Creditor.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Models; use phpOMS\Utils\IO\ExchangeInterface; diff --git a/Models/CreditorAccount.php b/Models/CreditorAccount.php index b01ba85..8f460a5 100644 --- a/Models/CreditorAccount.php +++ b/Models/CreditorAccount.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Models; use Modules\Accounting\Models\PersonalAccountAbstract; diff --git a/Models/Debitor.php b/Models/Debitor.php index 360c595..b3e0454 100644 --- a/Models/Debitor.php +++ b/Models/Debitor.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Models; use phpOMS\Utils\IO\ExchangeInterface; diff --git a/Models/DebitorAccount.php b/Models/DebitorAccount.php index d183c1b..2d3d143 100644 --- a/Models/DebitorAccount.php +++ b/Models/DebitorAccount.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Models; use Modules\Accounting\Models\PersonalAccountAbstract; diff --git a/Models/EntryInterface.php b/Models/EntryInterface.php index 419c425..cc89750 100644 --- a/Models/EntryInterface.php +++ b/Models/EntryInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Models; /** diff --git a/Models/ImpersonalAccount.php b/Models/ImpersonalAccount.php index 7ebb0a1..675a1e6 100644 --- a/Models/ImpersonalAccount.php +++ b/Models/ImpersonalAccount.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Models; use phpOMS\Utils\IO\ExchangeInterface; diff --git a/Models/IncomeStatement.php b/Models/IncomeStatement.php index bcfa322..566d6d6 100644 --- a/Models/IncomeStatement.php +++ b/Models/IncomeStatement.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Models; use phpOMS\Utils\IO\ExchangeInterface; diff --git a/Models/InvoicePosting.php b/Models/InvoicePosting.php index d430386..683337f 100644 --- a/Models/InvoicePosting.php +++ b/Models/InvoicePosting.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Models; diff --git a/Models/InvoicePostingSimple.php b/Models/InvoicePostingSimple.php index b2fc9e7..c493720 100644 --- a/Models/InvoicePostingSimple.php +++ b/Models/InvoicePostingSimple.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Models; diff --git a/Models/PersonalAccountAbstract.php b/Models/PersonalAccountAbstract.php index 4c7a7e5..141a28e 100644 --- a/Models/PersonalAccountAbstract.php +++ b/Models/PersonalAccountAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Models; use phpOMS\Utils\IO\ExchangeInterface; diff --git a/Models/Posting.php b/Models/Posting.php index 88bb71c..243b653 100644 --- a/Models/Posting.php +++ b/Models/Posting.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Models; diff --git a/Models/PostingAbstract.php b/Models/PostingAbstract.php index 77df846..74c0a6b 100644 --- a/Models/PostingAbstract.php +++ b/Models/PostingAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Models; diff --git a/Models/PostingInterface.php b/Models/PostingInterface.php index 9488bbc..86363f9 100644 --- a/Models/PostingInterface.php +++ b/Models/PostingInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Models; use phpOMS\Utils\IO\ExchangeInterface; diff --git a/Models/TimeRangeType.php b/Models/TimeRangeType.php index b9afcc7..067d916 100644 --- a/Models/TimeRangeType.php +++ b/Models/TimeRangeType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace Modules\Accounting\Models; use phpOMS\Stdlib\Base\Enum; diff --git a/Theme/Backend/gl-list.tpl.php b/Theme/Backend/gl-list.tpl.php index 8220eca..0462d5e 100644 --- a/Theme/Backend/gl-list.tpl.php +++ b/Theme/Backend/gl-list.tpl.php @@ -45,7 +45,7 @@ echo $this->getData('nav')->render(); ?>