Automated formatting changes (NO_CI)

This commit is contained in:
Formatter Bot 2023-09-24 18:35:52 +00:00
parent 3e00155eb8
commit 9d90ca8243
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ declare(strict_types=1);
return ['Tasks' => [ return ['Tasks' => [
'Account' => 'الحساب', 'Account' => 'الحساب',
'All' => 'الجميع', 'All' => 'الجميع',
'AverageAmount' => 'متوسط ​​المبلغ', 'AverageAmount' => "متوسط \u{200b}\u{200b}المبلغ",
'AverageProcessTime' => 'avg. وقت المعالجة', 'AverageProcessTime' => 'avg. وقت المعالجة',
'BCC' => 'bcc', 'BCC' => 'bcc',
'By' => 'بواسطة', 'By' => 'بواسطة',

View File

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

View File

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