autofixes

This commit is contained in:
Dennis Eichhorn 2023-08-30 12:08:09 +00:00
parent ae2b870859
commit 98e103af72
4 changed files with 34 additions and 35 deletions

View File

@ -14,7 +14,6 @@ declare(strict_types=1);
use phpOMS\Account\PermissionType;
use phpOMS\Localization\ISO639Enum;
use phpOMS\Uri\UriFactory;
$permissions = $this->permissions;
$categories = ISO639Enum::getConstants();
@ -188,7 +187,7 @@ $categories = ISO639Enum::getConstants();
</div>
</div>
<div class="portlet-foot">
<input type="Submit" value="<?= $this->getHtml('Add', '0', '0') ?>">
<input type="Submit" value="<?= $this->getHtml('Add', '0', '0'); ?>">
</div>
</section>
</div>