Automated formatting changes (NO_CI)

This commit is contained in:
Formatter Bot 2023-09-24 18:24:49 +00:00
parent 4a94c65673
commit fee4184e41
3 changed files with 17 additions and 17 deletions

View File

@ -188,7 +188,7 @@ return ['Admin' => [
'Zip' => 'Zip.',
'active' => '',
'available' => '',
'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

@ -73,7 +73,7 @@ final class ApiControllerTest extends \PHPUnit\Framework\TestCase
$account = new Account();
TestUtils::setMember($account, 'id', 1);
$permission = new AccountPermission();
$permission = new AccountPermission();
$permission->unit = 1;
$permission->app = 2;
$permission->setPermission(

View File

@ -41,11 +41,11 @@ final class AddressTest extends \PHPUnit\Framework\TestCase
public function testDefault() : void
{
$expected = [
'postal' => '',
'city' => '',
'country' => 'XX',
'address' => '',
'state' => '',
'postal' => '',
'city' => '',
'country' => 'XX',
'address' => '',
'state' => '',
'lat' => 0.0,
'lon' => 0.0,
'name' => '',
@ -61,11 +61,11 @@ final class AddressTest extends \PHPUnit\Framework\TestCase
public function testToArray() : void
{
$expected = [
'postal' => '0123456789',
'city' => 'city',
'country' => 'Country',
'address' => 'Some address here',
'state' => 'This is a state 123',
'postal' => '0123456789',
'city' => 'city',
'country' => 'Country',
'address' => 'Some address here',
'state' => 'This is a state 123',
'lat' => 12.1,
'lon' => 11.2,
'name' => 'name',
@ -89,11 +89,11 @@ final class AddressTest extends \PHPUnit\Framework\TestCase
public function testJsonSerialize() : void
{
$expected = [
'postal' => '0123456789',
'city' => 'city',
'country' => 'Country',
'address' => 'Some address here',
'state' => 'This is a state 123',
'postal' => '0123456789',
'city' => 'city',
'country' => 'Country',
'address' => 'Some address here',
'state' => 'This is a state 123',
'lat' => 12.1,
'lon' => 11.2,
'name' => 'name',