Completed
Pull Request — develop (#229)
by ANTHONIUS
08:26
created
module/Cv/src/Cv/Entity/PreferredJob.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
     
87 87
     public function setDesiredJob($desiredJob)
88 88
     {
89
-        $this->desiredJob=$desiredJob;
89
+        $this->desiredJob = $desiredJob;
90 90
         return $this;
91 91
     }
92 92
     
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
 
98 98
     public function setDesiredLocation($desiredLocation)
99 99
     {
100
-        $this->desiredLocation=$desiredLocation;
100
+        $this->desiredLocation = $desiredLocation;
101 101
         return $this;
102 102
     }
103 103
 
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
     
120 120
     public function setWillingnessToTravel($willingnessToTravel)
121 121
     {
122
-        $this->willingnessToTravel=$willingnessToTravel;
122
+        $this->willingnessToTravel = $willingnessToTravel;
123 123
         return $this;
124 124
     }
125 125
     
@@ -130,7 +130,7 @@  discard block
 block discarded – undo
130 130
 
131 131
     public function setExpectedSalary($expectedSalary)
132 132
     {
133
-        $this->expectedSalary=$expectedSalary;
133
+        $this->expectedSalary = $expectedSalary;
134 134
         return $this;
135 135
     }
136 136
 
Please login to merge, or discard this patch.