Commit 28b86de
committed
minor #19045 [Validator] Change return type from iterable to Generator (momito69)
This PR was merged into the 5.4 branch.
Discussion
----------
[Validator] Change return type from iterable to Generator
As a Generator can introduce some specific code path and behavior, I recommend using this type to be clearer about the provider intent.
Commits
-------
17705eb [Validator] Change return type from iterable to Generator1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
660 | 660 | | |
661 | 661 | | |
662 | 662 | | |
663 | | - | |
| 663 | + | |
664 | 664 | | |
665 | 665 | | |
666 | 666 | | |
| |||
0 commit comments