phcbf autofixes

This commit is contained in:
Dennis Eichhorn 2023-05-28 12:38:27 +00:00
parent 7579e37764
commit 2aeccb53b3
4 changed files with 10 additions and 5 deletions

View File

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

View File

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

View File

@ -1,9 +1,11 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
use phpOMS\Business\Finance\DepreciationType;
use phpOMS\Stdlib\Base\FloatInt;
class Money {
class Money
{
public int $id = 0;
public string $name = '';

View File

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