@@ -26,7 +26,7 @@ |
||
| 26 | 26 | 'odm_default' => array( |
| 27 | 27 | 'subscribers' => array( |
| 28 | 28 | 'Settings/InjectEntityResolverListener', |
| 29 | - ), |
|
| 29 | + ), |
|
| 30 | 30 | ), |
| 31 | 31 | ), |
| 32 | 32 | ), |
@@ -60,9 +60,9 @@ |
||
| 60 | 60 | protected function addButtonsFieldset() |
| 61 | 61 | { |
| 62 | 62 | $this->add( |
| 63 | - array( |
|
| 64 | - 'type' => 'Jobs/MultipostButtonFieldset' |
|
| 65 | - ) |
|
| 63 | + array( |
|
| 64 | + 'type' => 'Jobs/MultipostButtonFieldset' |
|
| 65 | + ) |
|
| 66 | 66 | ); |
| 67 | 67 | } |
| 68 | 68 | } |
@@ -61,8 +61,8 @@ |
||
| 61 | 61 | $file = $this->getFileEntity(); |
| 62 | 62 | |
| 63 | 63 | $file->setName($value['name']) |
| 64 | - ->setType($value['type']) |
|
| 65 | - ->setFile($value['tmp_name']); |
|
| 64 | + ->setType($value['type']) |
|
| 65 | + ->setFile($value['tmp_name']); |
|
| 66 | 66 | |
| 67 | 67 | return $file; |
| 68 | 68 | } |
@@ -25,7 +25,7 @@ |
||
| 25 | 25 | */ |
| 26 | 26 | public function getConfig() |
| 27 | 27 | { |
| 28 | - return ModuleConfigLoader::load(__DIR__ . '/config'); |
|
| 28 | + return ModuleConfigLoader::load(__DIR__ . '/config'); |
|
| 29 | 29 | } |
| 30 | 30 | |
| 31 | 31 | /** |
@@ -92,23 +92,23 @@ |
||
| 92 | 92 | public function getHiringOrganizations(); |
| 93 | 93 | |
| 94 | 94 | /** |
| 95 | - * Sets the name of the organization |
|
| 96 | - * |
|
| 97 | - * @param OrganizationName organizationName |
|
| 98 | - * @return OrganizationInterface |
|
| 99 | - */ |
|
| 95 | + * Sets the name of the organization |
|
| 96 | + * |
|
| 97 | + * @param OrganizationName organizationName |
|
| 98 | + * @return OrganizationInterface |
|
| 99 | + */ |
|
| 100 | 100 | public function setOrganizationName(OrganizationName $organizationNames); |
| 101 | 101 | |
| 102 | - /** |
|
| 103 | - * Gets the name of the organization |
|
| 104 | - * |
|
| 105 | - * @return OrganizationName |
|
| 106 | - */ |
|
| 102 | + /** |
|
| 103 | + * Gets the name of the organization |
|
| 104 | + * |
|
| 105 | + * @return OrganizationName |
|
| 106 | + */ |
|
| 107 | 107 | public function getOrganizationName(); |
| 108 | 108 | |
| 109 | - /** |
|
| 110 | - * @return string |
|
| 111 | - */ |
|
| 109 | + /** |
|
| 110 | + * @return string |
|
| 111 | + */ |
|
| 112 | 112 | public function getDescription(); |
| 113 | 113 | |
| 114 | 114 | /** |
@@ -194,7 +194,7 @@ |
||
| 194 | 194 | $qb->addOr($qb->expr()->field('info.email')->equals($regex)); |
| 195 | 195 | } |
| 196 | 196 | $qb->sort(array('info.lastName' => 1)) |
| 197 | - ->sort(array('info.email' => 1)); |
|
| 197 | + ->sort(array('info.email' => 1)); |
|
| 198 | 198 | |
| 199 | 199 | return $qb->getQuery()->execute(); |
| 200 | 200 | } |
@@ -62,6 +62,6 @@ |
||
| 62 | 62 | ) |
| 63 | 63 | ) |
| 64 | 64 | ) |
| 65 | - ); |
|
| 65 | + ); |
|
| 66 | 66 | } |
| 67 | 67 | } |
@@ -60,6 +60,6 @@ |
||
| 60 | 60 | $services = $application->getServiceManager(); |
| 61 | 61 | |
| 62 | 62 | $services->get('Install/Listener/LanguageSetter') |
| 63 | - ->attach($eventManager); |
|
| 63 | + ->attach($eventManager); |
|
| 64 | 64 | } |
| 65 | 65 | } |
@@ -14,10 +14,10 @@ |
||
| 14 | 14 | protected $validator; |
| 15 | 15 | |
| 16 | 16 | /** |
| 17 | - * Get a validator if none has been set. |
|
| 18 | - * https://github.com/posabsolute/jQuery-Validation-Engine/issues/265 |
|
| 19 | - * @return RegexValidator |
|
| 20 | - */ |
|
| 17 | + * Get a validator if none has been set. |
|
| 18 | + * https://github.com/posabsolute/jQuery-Validation-Engine/issues/265 |
|
| 19 | + * @return RegexValidator |
|
| 20 | + */ |
|
| 21 | 21 | public function getValidator() |
| 22 | 22 | { |
| 23 | 23 | if (null === $this->validator) { |