Automated formatting changes

This commit is contained in:
Formatter Bot 2022-04-10 16:06:47 +00:00
parent 96e8f635fa
commit f8939a1b9b
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ final class ClientAttributeTypeMapper extends DataMapperFactory
'mapper' => ClientAttributeValueMapper::class, 'mapper' => ClientAttributeValueMapper::class,
'table' => 'clientmgmt_client_attr_default', 'table' => 'clientmgmt_client_attr_default',
'self' => 'clientmgmt_client_attr_default_type', 'self' => 'clientmgmt_client_attr_default_type',
'external' => 'clientmgmt_client_attr_default_value' 'external' => 'clientmgmt_client_attr_default_value',
], ],
]; ];

View File

@ -163,7 +163,7 @@ $bills = $this->getData('newestInvoices') ?? [];
</label> </label>
<tbody> <tbody>
<?php $count = 0; <?php $count = 0;
/** @var \Modules\Billing\Models\Bill $value */ /** @var \Modules\Billing\Models\Bill $value */
foreach ($bills as $key => $value) : foreach ($bills as $key => $value) :
++$count; ++$count;
$url = UriFactory::build('{/prefix}sales/bill?{?}&id=' . $value->getId()); $url = UriFactory::build('{/prefix}sales/bill?{?}&id=' . $value->getId());