@@ -48,7 +48,7 @@ |
||
| 48 | 48 | { |
| 49 | 49 | $this->context = $context; |
| 50 | 50 | |
| 51 | - $diff = []; |
|
| 51 | + $diff = [ ]; |
|
| 52 | 52 | foreach ($this->context->getComparableForm() as $comparableForm) { |
| 53 | 53 | $formDiff = $this->formDiffBuilder->buildDiff($comparableForm->getSourceForm(), $comparableForm->getTargetForm()); |
| 54 | 54 | $diff = array_merge($diff, $formDiff); |