@@ -120,7 +120,7 @@ discard block |
||
| 120 | 120 | */ |
| 121 | 121 | public function setImageFileCacheHelper($imageFileCacheHelper) |
| 122 | 122 | { |
| 123 | - $this->imageFileCacheHelper=$imageFileCacheHelper; |
|
| 123 | + $this->imageFileCacheHelper = $imageFileCacheHelper; |
|
| 124 | 124 | return; |
| 125 | 125 | } |
| 126 | 126 | |
@@ -146,7 +146,7 @@ discard block |
||
| 146 | 146 | if (!isset($this->job)) { |
| 147 | 147 | throw new \InvalidArgumentException('cannot create a viewModel for Templates without an $job'); |
| 148 | 148 | } |
| 149 | - $model->setTemplate('templates/' . $this->job->getTemplate() . '/index'); |
|
| 149 | + $model->setTemplate('templates/'.$this->job->getTemplate().'/index'); |
|
| 150 | 150 | return $model; |
| 151 | 151 | } |
| 152 | 152 | |
@@ -206,7 +206,7 @@ discard block |
||
| 206 | 206 | throw new \InvalidArgumentException('cannot create a viewModel for Templates without aa $job'); |
| 207 | 207 | } |
| 208 | 208 | $location = $this->job->getLocation(); |
| 209 | - $this->container['location'] = isset($location)?$location:''; |
|
| 209 | + $this->container['location'] = isset($location) ? $location : ''; |
|
| 210 | 210 | return $this; |
| 211 | 211 | } |
| 212 | 212 | |
@@ -227,7 +227,7 @@ discard block |
||
| 227 | 227 | } |
| 228 | 228 | $description = $this->job->getTemplateValues()->getDescription(); |
| 229 | 229 | |
| 230 | - $this->container['description'] = isset($description)?$description:''; |
|
| 230 | + $this->container['description'] = isset($description) ? $description : ''; |
|
| 231 | 231 | return $this; |
| 232 | 232 | } |
| 233 | 233 | |
@@ -291,9 +291,9 @@ discard block |
||
| 291 | 291 | if (!isset($this->job)) { |
| 292 | 292 | throw new \InvalidArgumentException('cannot create a viewModel for Templates without a $job'); |
| 293 | 293 | } |
| 294 | - $labelQualifications=''; |
|
| 295 | - $labelBenefits=''; |
|
| 296 | - $labelRequirements=''; |
|
| 294 | + $labelQualifications = ''; |
|
| 295 | + $labelBenefits = ''; |
|
| 296 | + $labelRequirements = ''; |
|
| 297 | 297 | |
| 298 | 298 | $organization = $this->job->getOrganization(); |
| 299 | 299 | if (isset($organization)) { |
@@ -195,7 +195,7 @@ discard block |
||
| 195 | 195 | return $this->proxy('__isset', $property); |
| 196 | 196 | } |
| 197 | 197 | |
| 198 | - public function notEmpty($property, array $args=[]) |
|
| 198 | + public function notEmpty($property, array $args = []) |
|
| 199 | 199 | { |
| 200 | 200 | return $this->proxy('notEmpty', $args); |
| 201 | 201 | } |
@@ -292,7 +292,7 @@ discard block |
||
| 292 | 292 | |
| 293 | 293 | public function setImages(\Core\Entity\ImageSet $images) |
| 294 | 294 | { |
| 295 | - return $this->proxy('setImages',$images); |
|
| 295 | + return $this->proxy('setImages', $images); |
|
| 296 | 296 | } |
| 297 | 297 | |
| 298 | 298 | public function setOrganizationName(OrganizationName $organizationNames) |