Skip to content

Commit

Permalink
Merge pull request #477 from Lumbe/patch-1
Browse files Browse the repository at this point in the history
fix typo in UPGRADING.md
  • Loading branch information
freekmurze authored Jun 14, 2023
2 parents f1280ed + b6c675e commit ce3d885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class SomeData extends Data {
}
```
- The type of `$rules` in the RuleInferrer handle method changed from `RulesCollection` to `PropertyRules`
- RuleInferrers now take a $context parameter which is a `ValidationCOntext` in their handle method
- RuleInferrers now take a $context parameter which is a `ValidationContext` in their handle method
- Validation attributes now keep track where they are being evaluated when you have nested data objects. Now field references are relative to the object and not to the root validated object
- Some resolvers are removed like: `DataClassValidationRulesResolver`, `DataPropertyValidationRulesResolver`
- The default order of rule inferrers has been changed
Expand Down

0 comments on commit ce3d885

Please sign in to comment.