@@ -54,7 +54,7 @@ |
||
54 | 54 | } |
55 | 55 | |
56 | 56 | |
57 | - protected function preCompareModifications(JobEntityInterface &$oLocalJob, JobEntityInterface &$oRemoteJob) |
|
57 | + protected function preCompareModifications(JobEntityInterface & $oLocalJob, JobEntityInterface & $oRemoteJob) |
|
58 | 58 | { |
59 | 59 | // no modification needed |
60 | 60 | return; |
@@ -219,7 +219,7 @@ |
||
219 | 219 | * @param JobEntityInterface $oRemoteJob |
220 | 220 | * @return null |
221 | 221 | */ |
222 | - abstract protected function preCompareModifications(JobEntityInterface &$oLocalJob, JobEntityInterface &$oRemoteJob); |
|
222 | + abstract protected function preCompareModifications(JobEntityInterface & $oLocalJob, JobEntityInterface & $oRemoteJob); |
|
223 | 223 | |
224 | 224 | /** |
225 | 225 | * Gets entity for each system with defaults set |
@@ -35,7 +35,7 @@ discard block |
||
35 | 35 | $this->oDiffCompare = $oDiffCompare; |
36 | 36 | } |
37 | 37 | |
38 | - protected function preCompareModifications(JobEntityInterface &$oLocalJob, JobEntityInterface &$oRemoteJob) |
|
38 | + protected function preCompareModifications(JobEntityInterface & $oLocalJob, JobEntityInterface & $oRemoteJob) |
|
39 | 39 | { |
40 | 40 | if ( |
41 | 41 | !$oLocalJob instanceof MarathonAppEntity || |
@@ -145,7 +145,7 @@ discard block |
||
145 | 145 | { |
146 | 146 | foreach ($aValuesB as $_mValueB) |
147 | 147 | { |
148 | - if ($this->isEqual($_mValueA,$_mValueB)) |
|
148 | + if ($this->isEqual($_mValueA, $_mValueB)) |
|
149 | 149 | { |
150 | 150 | continue 2; |
151 | 151 | } |