Automated formatting changes

This commit is contained in:
Formatter Bot 2022-04-10 16:05:15 +00:00
parent 6a6824f12e
commit 7876697de2
8 changed files with 36 additions and 40 deletions

View File

@ -100,19 +100,19 @@ final class LocalizationMapper extends DataMapperFactory
'mapper' => CountryMapper::class,
'external' => 'l11n_country',
'by' => 'code2',
'column' => 'code2'
'column' => 'code2',
],
'language' => [
'mapper' => LanguageMapper::class,
'external' => 'l11n_language',
'by' => 'code2',
'column' => 'code2'
'column' => 'code2',
],
'currency' => [
'mapper' => CurrencyMapper::class,
'external' => 'l11n_currency',
'by' => 'code',
'column' => 'code'
'column' => 'code',
],
];

View File

@ -115,7 +115,6 @@ final class PermissionQueryBuilder
*/
public function groups(array $groups) : self
{
$this->groups = $groups;
return $this;
@ -204,7 +203,6 @@ final class PermissionQueryBuilder
/**
* Set permission flags
*
*
* @param int $permission Permission flags
*
* @return self

View File

@ -177,7 +177,7 @@ return ['Admin' => [
'Website' => 'Internet side',
'Weight' => 'Vægt',
'Zip' => 'Zip.',
'i:LoginRetries' => 'Mængden af tilladte retries (-1 = ubegrænset)',
'i:LoginRetries' => "Mængden af \u{200b}\u{200b}tilladte retries (-1 = ubegrænset)",
'i:PasswordChangeInterval' => 'Interval, hvor passager skal ændres (-1 = aldrig)',
'i:PasswordHistory' => 'Ny adgangskode skal være forskellig fra de sidste N-adgangskoder',
'i:PasswordRegex' => 'Adgangskode krav til brugere',

View File

@ -12,7 +12,6 @@
*/
declare(strict_types=1);
use phpOMS\Message\Http\HttpHeader;
use phpOMS\Router\RouteVerb;
/**
@ -94,8 +93,8 @@ echo $this->getData('nav')->render();
++$c;
?>
<tr>
<td><label class="checkbox" for="iActive-<?= $c ?>">
<input id="iActive-<?= $c ?>" type="checkbox" name="active_route" value="<?= $this->printHtml($uri); ?>"<?= true ? ' checked' : ''; ?>>
<td><label class="checkbox" for="iActive-<?= $c; ?>">
<input id="iActive-<?= $c; ?>" type="checkbox" name="active_route" value="<?= $this->printHtml($uri); ?>"<?= true ? ' checked' : ''; ?>>
<span class="checkmark"></span>
</label>
<td><?= $app; ?>

View File

@ -12,7 +12,6 @@
*/
declare(strict_types=1);
use phpOMS\Message\Http\HttpHeader;
use phpOMS\Router\RouteVerb;
/**
@ -94,8 +93,8 @@ echo $this->getData('nav')->render();
++$c;
?>
<tr>
<td><label class="checkbox" for="iActive-<?= $c ?>">
<input id="iActive-<?= $c ?>" type="checkbox" name="active_route" value="<?= $this->printHtml($uri); ?>"<?= true ? ' checked' : ''; ?>>
<td><label class="checkbox" for="iActive-<?= $c; ?>">
<input id="iActive-<?= $c; ?>" type="checkbox" name="active_route" value="<?= $this->printHtml($uri); ?>"<?= true ? ' checked' : ''; ?>>
<span class="checkmark"></span>
</label>
<td><?= $app; ?>