Skip to content

Commit 4886e70

Browse files
committed
Fix template
1 parent df6879b commit 4886e70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Templates/Validator/ComposedItem.phptpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
array_keys($modifiedModelData),
2929
[
3030
{% foreach compositionProperty.getAffectedObjectProperties() as affectedObjectProperty %}
31-
'{{ affectedObjectcompositionProperty.getName() }}',
31+
'{{ affectedObjectProperty.getName() }}',
3232
{% endforeach %}
3333
]
3434
)
@@ -55,7 +55,7 @@
5555
$proposedValue = $proposedValue ?? $value;
5656
{% endif %}
5757

58-
{{ viewHelper.resolvePropertyDecorator(property) }}
58+
{{ viewHelper.resolvePropertyDecorator(compositionProperty) }}
5959

6060
{% foreach compositionProperty.getOrderedValidators() as validator %}
6161
{{ validator.getValidatorSetUp() }}

0 commit comments

Comments
 (0)