removed trailing spaces

This commit is contained in:
Robin Krahnen 2020-03-11 12:09:37 +01:00
parent e8c94b15a1
commit befaf99d9f

View file

@ -17,7 +17,7 @@ Then your Validation.yaml could look like this:
SuperVendor\SuperPackage\Domain\Model\Order: SuperVendor\SuperPackage\Domain\Model\Order:
- -
property: price property: price
validator: NumberRange validator: NumberRange
options: options:
maximum: 20 maximum: 20
@ -30,7 +30,7 @@ Then your Validation.yaml could look like this:
validator: DigiComp.SettingValidator:Settings validator: DigiComp.SettingValidator:Settings
options: options:
name: OrderCustomer name: OrderCustomer
OrderCustomer: OrderCustomer:
- -
property: firstName property: firstName