automated phpcs fixes

This commit is contained in:
Dennis Eichhorn 2023-05-31 13:21:47 +00:00
parent 33ff4478e0
commit bfda93fd6d
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
<?php
<?php
declare(strict_types=1);
use Modules\Admin\Models\Account;

View File

@ -1,4 +1,4 @@
<?php
<?php
declare(strict_types=1);
class InvestmentObject

View File

@ -1,4 +1,4 @@
<?php
<?php
declare(strict_types=1);
use phpOMS\Business\Finance\DepreciationType;

View File

@ -1,4 +1,4 @@
<?php
<?php
declare(strict_types=1);
use phpOMS\Localization\BaseStringL11n;