@@ -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 | } |