mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-21 11:58:41 +00:00
Automated formatting changes (NO_CI)
This commit is contained in:
parent
3e00155eb8
commit
9d90ca8243
|
|
@ -15,7 +15,7 @@ declare(strict_types=1);
|
|||
return ['Tasks' => [
|
||||
'Account' => 'الحساب',
|
||||
'All' => 'الجميع',
|
||||
'AverageAmount' => 'متوسط المبلغ',
|
||||
'AverageAmount' => "متوسط \u{200b}\u{200b}المبلغ",
|
||||
'AverageProcessTime' => 'avg. وقت المعالجة',
|
||||
'BCC' => 'bcc',
|
||||
'By' => 'بواسطة',
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ final class ControllerTest 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(
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ final class BackendControllerTest 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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user