removed trailing spaces
This commit is contained in:
parent
e8c94b15a1
commit
befaf99d9f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue