File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ when :ref:`validating OptionsResolver values <optionsresolver-validate-value>`):
244244:method: `Symfony\\ Component\\ Validator\\ Validation::createCallable `
245245 This returns a closure that throws ``ValidationFailedException `` when the
246246 constraints aren't matched.
247- :method: `Symfony\\ Component\\ Validator\\ Validation::createValidCallable `
247+ :method: `Symfony\\ Component\\ Validator\\ Validation::createIsValidCallable `
248248 This returns a closure that returns ``false `` when the constraints aren't matched.
249249
250250.. versionadded :: 5.1
@@ -253,7 +253,7 @@ when :ref:`validating OptionsResolver values <optionsresolver-validate-value>`):
253253
254254.. versionadded :: 5.3
255255
256- ``Validation::createValidCallable () `` was introduced in Symfony 5.3.
256+ ``Validation::createIsValidCallable () `` was introduced in Symfony 5.3.
257257
258258.. index ::
259259 single: Validation; Constraints
You can’t perform that action at this time.
0 commit comments