@@ -88,7 +88,7 @@ discard block |
||
| 88 | 88 | [ |
| 89 | 89 | 'application' => $this->application, |
| 90 | 90 | 'user' => $employee->getUser(), |
| 91 | - 'bcc' => $adminSettings->getMailBCC() ? [ $admin ] : null, |
|
| 91 | + 'bcc' => $adminSettings->getMailBCC() ? [$admin] : null, |
|
| 92 | 92 | ] |
| 93 | 93 | ); |
| 94 | 94 | } |
@@ -106,7 +106,7 @@ discard block |
||
| 106 | 106 | [ |
| 107 | 107 | 'job' => $this->application->getJob(), |
| 108 | 108 | 'user' => $recruiter, |
| 109 | - 'bcc' => $adminSettings->getMailBCC() ? [ $admin ] : null, |
|
| 109 | + 'bcc' => $adminSettings->getMailBCC() ? [$admin] : null, |
|
| 110 | 110 | ] |
| 111 | 111 | ); |
| 112 | 112 | } |
@@ -123,7 +123,7 @@ discard block |
||
| 123 | 123 | [ |
| 124 | 124 | 'application' => $this->application, |
| 125 | 125 | 'body' => $ackBody, |
| 126 | - 'bcc' => $adminSettings->getMailBCC() ? [ $admin ] : null, |
|
| 126 | + 'bcc' => $adminSettings->getMailBCC() ? [$admin] : null, |
|
| 127 | 127 | ] |
| 128 | 128 | ); |
| 129 | 129 | |
@@ -100,7 +100,7 @@ |
||
| 100 | 100 | 'link' => $this->router->assemble( |
| 101 | 101 | ['id' => $this->application->getId()], |
| 102 | 102 | ['name'=>'lang/applications/detail', 'force_canonical'=>true] |
| 103 | - ), |
|
| 103 | + ), |
|
| 104 | 104 | ]; |
| 105 | 105 | |
| 106 | 106 | $this->setTo($this->user->getInfo()->getEmail(), $this->user->getInfo()->getDisplayName(false)); |