@@ -15,7 +15,7 @@ discard block |
||
15 | 15 | * for multiple paths. |
16 | 16 | * example https://github.com/doctrine/DoctrineORMModule |
17 | 17 | */ |
18 | - 'paths' => array( __DIR__ . '/../src/Jobs/Entity'), |
|
18 | + 'paths' => array(__DIR__.'/../src/Jobs/Entity'), |
|
19 | 19 | ), |
20 | 20 | ), |
21 | 21 | 'eventmanager' => array( |
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | 'translation_file_patterns' => array( |
47 | 47 | array( |
48 | 48 | 'type' => 'gettext', |
49 | - 'base_dir' => __DIR__ . '/../language', |
|
49 | + 'base_dir' => __DIR__.'/../language', |
|
50 | 50 | 'pattern' => '%s.mo', |
51 | 51 | ), |
52 | 52 | ), |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | 'Jobboard', |
86 | 86 | 'Jobs/Jobboard', |
87 | 87 | 'Jobs/ApiJobListByChannel', |
88 | - 'Jobs/Template' => [ 'view', 'edittemplate' ], |
|
88 | + 'Jobs/Template' => ['view', 'edittemplate'], |
|
89 | 89 | 'Jobs/Manage' => array( |
90 | 90 | 'template', |
91 | 91 | ), |
@@ -222,7 +222,7 @@ discard block |
||
222 | 222 | ), |
223 | 223 | |
224 | 224 | 'event_manager' => [ |
225 | - 'Core/AdminController/Events' => [ 'listeners' => [ |
|
225 | + 'Core/AdminController/Events' => ['listeners' => [ |
|
226 | 226 | 'Jobs/Listener/AdminWidgetProvider' => \Core\Controller\AdminControllerEvent::EVENT_DASHBOARD, |
227 | 227 | ]], |
228 | 228 | |
@@ -284,40 +284,40 @@ discard block |
||
284 | 284 | 'view_manager' => array( |
285 | 285 | // Map template to files. Speeds up the lookup through the template stack. |
286 | 286 | 'template_map' => array( |
287 | - 'jobs/form/list-filter' => __DIR__ . '/../view/form/list-filter.phtml', |
|
288 | - 'jobs/form/apply-identifier' => __DIR__ . '/../view/form/apply-identifier.phtml', |
|
289 | - 'jobs/form/hiring-organization-select' => __DIR__ . '/../view/form/hiring-organization-select.phtml', |
|
290 | - 'jobs/form/multiposting-select' => __DIR__ . '/../view/form/multiposting-select.phtml', |
|
291 | - 'jobs/form/multiposting-checkboxes' => __DIR__ . '/../view/form/multiposting-checkboxes.phtml', |
|
292 | - 'jobs/form/ats-mode.view' => __DIR__ . '/../view/form/ats-mode.view.phtml', |
|
293 | - 'jobs/form/ats-mode.form' => __DIR__ . '/../view/form/ats-mode.form.phtml', |
|
294 | - 'jobs/form/preview' => __DIR__ . '/../view/form/preview.phtml', |
|
295 | - 'jobs/form/customer-note' => __DIR__ . '/../view/form/customer-note.phtml', |
|
296 | - 'jobs/partials/channel-list' => __DIR__ . '/../view/partials/channel-list.phtml', |
|
297 | - 'jobs/assign-user' => __DIR__ . '/../view/jobs/manage/assign-user.phtml', |
|
298 | - 'jobs/snapshot_or_preview' => __DIR__ . '/../view/partials/snapshot_or_preview.phtml', |
|
299 | - 'jobs/history' => __DIR__ . '/../view/partials/history.phtml', |
|
300 | - 'jobs/portalsummary' => __DIR__ . '/../view/partials/portalsummary.phtml', |
|
301 | - 'content/jobs-publish-on-yawik' => __DIR__ . '/../view/modals/yawik.phtml', |
|
302 | - 'content/jobs-publish-on-jobsintown' => __DIR__ . '/../view/modals/jobsintown.phtml', |
|
303 | - 'content/jobs-publish-on-homepage' => __DIR__ . '/../view/modals/homepage.phtml', |
|
304 | - 'content/jobs-publish-on-fazjob' => __DIR__ . '/../view/modals/fazjob.phtml', |
|
305 | - 'content/jobs-terms-and-conditions' => __DIR__ . '/../view/jobs/index/terms.phtml', |
|
306 | - 'mail/job-created' => __DIR__ . '/../view/mails/job-created.phtml', |
|
307 | - 'mail/job-pending' => __DIR__ . '/../view/mails/job-pending.phtml', |
|
308 | - 'mail/job-accepted' => __DIR__ . '/../view/mails/job-accepted.phtml', |
|
309 | - 'mail/job-rejected' => __DIR__ . '/../view/mails/job-rejected.phtml', |
|
310 | - 'mail/job-created.en' => __DIR__ . '/../view/mails/job-created.en.phtml', |
|
311 | - 'mail/job-pending.en' => __DIR__ . '/../view/mails/job-pending.en.phtml', |
|
312 | - 'mail/job-accepted.en' => __DIR__ . '/../view/mails/job-accepted.en.phtml', |
|
313 | - 'mail/job-rejected.en' => __DIR__ . '/../view/mails/job-rejected.en.phtml', |
|
314 | - 'jobs/error/no-parent' => __DIR__ . '/../view/error/no-parent.phtml', |
|
315 | - 'jobs/error/expired' => __DIR__ . '/../view/error/expired.phtml', |
|
287 | + 'jobs/form/list-filter' => __DIR__.'/../view/form/list-filter.phtml', |
|
288 | + 'jobs/form/apply-identifier' => __DIR__.'/../view/form/apply-identifier.phtml', |
|
289 | + 'jobs/form/hiring-organization-select' => __DIR__.'/../view/form/hiring-organization-select.phtml', |
|
290 | + 'jobs/form/multiposting-select' => __DIR__.'/../view/form/multiposting-select.phtml', |
|
291 | + 'jobs/form/multiposting-checkboxes' => __DIR__.'/../view/form/multiposting-checkboxes.phtml', |
|
292 | + 'jobs/form/ats-mode.view' => __DIR__.'/../view/form/ats-mode.view.phtml', |
|
293 | + 'jobs/form/ats-mode.form' => __DIR__.'/../view/form/ats-mode.form.phtml', |
|
294 | + 'jobs/form/preview' => __DIR__.'/../view/form/preview.phtml', |
|
295 | + 'jobs/form/customer-note' => __DIR__.'/../view/form/customer-note.phtml', |
|
296 | + 'jobs/partials/channel-list' => __DIR__.'/../view/partials/channel-list.phtml', |
|
297 | + 'jobs/assign-user' => __DIR__.'/../view/jobs/manage/assign-user.phtml', |
|
298 | + 'jobs/snapshot_or_preview' => __DIR__.'/../view/partials/snapshot_or_preview.phtml', |
|
299 | + 'jobs/history' => __DIR__.'/../view/partials/history.phtml', |
|
300 | + 'jobs/portalsummary' => __DIR__.'/../view/partials/portalsummary.phtml', |
|
301 | + 'content/jobs-publish-on-yawik' => __DIR__.'/../view/modals/yawik.phtml', |
|
302 | + 'content/jobs-publish-on-jobsintown' => __DIR__.'/../view/modals/jobsintown.phtml', |
|
303 | + 'content/jobs-publish-on-homepage' => __DIR__.'/../view/modals/homepage.phtml', |
|
304 | + 'content/jobs-publish-on-fazjob' => __DIR__.'/../view/modals/fazjob.phtml', |
|
305 | + 'content/jobs-terms-and-conditions' => __DIR__.'/../view/jobs/index/terms.phtml', |
|
306 | + 'mail/job-created' => __DIR__.'/../view/mails/job-created.phtml', |
|
307 | + 'mail/job-pending' => __DIR__.'/../view/mails/job-pending.phtml', |
|
308 | + 'mail/job-accepted' => __DIR__.'/../view/mails/job-accepted.phtml', |
|
309 | + 'mail/job-rejected' => __DIR__.'/../view/mails/job-rejected.phtml', |
|
310 | + 'mail/job-created.en' => __DIR__.'/../view/mails/job-created.en.phtml', |
|
311 | + 'mail/job-pending.en' => __DIR__.'/../view/mails/job-pending.en.phtml', |
|
312 | + 'mail/job-accepted.en' => __DIR__.'/../view/mails/job-accepted.en.phtml', |
|
313 | + 'mail/job-rejected.en' => __DIR__.'/../view/mails/job-rejected.en.phtml', |
|
314 | + 'jobs/error/no-parent' => __DIR__.'/../view/error/no-parent.phtml', |
|
315 | + 'jobs/error/expired' => __DIR__.'/../view/error/expired.phtml', |
|
316 | 316 | ), |
317 | 317 | |
318 | 318 | // Where to look for view templates not mapped above |
319 | 319 | 'template_path_stack' => array( |
320 | - __DIR__ . '/../view', |
|
320 | + __DIR__.'/../view', |
|
321 | 321 | ), |
322 | 322 | ), |
323 | 323 |
@@ -62,7 +62,7 @@ |
||
62 | 62 | ->setGender($orgUserInfo->getGender()) |
63 | 63 | ->setName($orgUserInfo->getDisplayName(false)) |
64 | 64 | ->setCompany($org->getOrganizationName()->getName()) |
65 | - ->setStreet($orgContact->getStreet() . ' ' . $orgContact->getHouseNumber()) |
|
65 | + ->setStreet($orgContact->getStreet().' '.$orgContact->getHouseNumber()) |
|
66 | 66 | ->setZipCode($orgContact->getPostalcode()) |
67 | 67 | ->setCity($orgContact->getCity()) |
68 | 68 | ->setEmail($orgUserInfo->getEmail()); |