@@ -13,7 +13,7 @@ |
||
| 13 | 13 | |
| 14 | 14 | use EmptySummaryAwareTrait; |
| 15 | 15 | |
| 16 | - private $defaultEmptySummaryNotice = /*@translate*/ 'Click here to enter your employment expectation'; |
|
| 16 | + private $defaultEmptySummaryNotice = /*@translate*/ 'Click here to enter your employment expectation'; |
|
| 17 | 17 | |
| 18 | 18 | /** |
| 19 | 19 | * Type of Application Options |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | */ |
| 51 | 51 | public function getEmptySummaryNotice() |
| 52 | 52 | { |
| 53 | - if (! isset($this->emptySummaryNotice) && property_exists($this, 'defaultEmptySummaryNotice')) { |
|
| 53 | + if (!isset($this->emptySummaryNotice) && property_exists($this, 'defaultEmptySummaryNotice')) { |
|
| 54 | 54 | $this->emptySummaryNotice = $this->defaultEmptySummaryNotice; |
| 55 | 55 | } |
| 56 | 56 | |