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:
|
||||
-
|
||||
property: price
|
||||
property: price
|
||||
validator: NumberRange
|
||||
options:
|
||||
maximum: 20
|
||||
|
@ -30,7 +30,7 @@ Then your Validation.yaml could look like this:
|
|||
validator: DigiComp.SettingValidator:Settings
|
||||
options:
|
||||
name: OrderCustomer
|
||||
|
||||
|
||||
OrderCustomer:
|
||||
-
|
||||
property: firstName
|
||||
|
|
Loading…
Reference in a new issue