From 1d27166706ef6a6d45f2856e1a86135711403aa8 Mon Sep 17 00:00:00 2001 From: Robin Krahnen Date: Fri, 7 Jun 2019 09:02:40 +0200 Subject: [PATCH 1/2] optimized spaces in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5fae0b..4168f8a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Then your Validation.yaml could look like this: options: minimum: 3 maximum: 20 - + As you see: Nesting is possible ;) That way you can easily construct flexible structures. From 3cac00f12a8ceb6e782385c5a1fec337f7191c11 Mon Sep 17 00:00:00 2001 From: Robin Krahnen Date: Tue, 30 Jul 2019 11:02:25 +0200 Subject: [PATCH 2/2] remove unnecessary @Flow\Scope("prototype") --- Classes/Validation/Validator/SettingsValidator.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Classes/Validation/Validator/SettingsValidator.php b/Classes/Validation/Validator/SettingsValidator.php index b862e21..9cdb53c 100644 --- a/Classes/Validation/Validator/SettingsValidator.php +++ b/Classes/Validation/Validator/SettingsValidator.php @@ -23,8 +23,6 @@ use Neos\Utility\TypeHandling; /** * Validator resolving other Validators defined in Validation.yaml - * - * @Flow\Scope("prototype") */ class SettingsValidator extends AbstractValidator {