From befaf99d9fb934c7e1ddab4725ef7ecbdc8251a3 Mon Sep 17 00:00:00 2001 From: Robin Krahnen Date: Wed, 11 Mar 2020 12:09:37 +0100 Subject: [PATCH] removed trailing spaces --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6735a0e..d4274f4 100644 --- a/README.md +++ b/README.md @@ -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