We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed44ca commit 17705ebCopy full SHA for 17705eb
validation/custom_constraint.rst
@@ -660,7 +660,7 @@ class to simplify writing unit tests for your custom constraints::
660
->assertRaised();
661
}
662
663
- public function provideInvalidConstraints(): iterable
+ public function provideInvalidConstraints(): \Generator
664
{
665
yield [new ContainsAlphanumeric(message: 'myMessage')];
666
// ...
0 commit comments