Automated formatting changes

This commit is contained in:
Formatter Bot 2022-04-10 16:06:32 +00:00
parent c1b6d729d9
commit af444d0db6
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ final class SupplierAttributeTypeMapper extends DataMapperFactory
'mapper' => SupplierAttributeValueMapper::class,
'table' => 'suppliermgmt_supplier_attr_default',
'self' => 'suppliermgmt_supplier_attr_default_type',
'external' => 'suppliermgmt_supplier_attr_default_value'
'external' => 'suppliermgmt_supplier_attr_default_value',
],
];

View File

@ -290,7 +290,7 @@ echo $this->getData('nav')->render();
<td><?= $this->getHtml('Date'); ?>
<tbody>
<?php
/** @var \Modules\Billing\Models\Bill $invoice */
/** @var \Modules\Billing\Models\Bill $invoice */
foreach ($newestInvoices as $invoice) :
$url = UriFactory::build('{/prefix}purchase/bill?{?}&id=' . $invoice->getId());
?>