Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ba2cd commit e7f1c12Copy full SHA for e7f1c12
src/Symfony/Component/Validator/Validation.php
@@ -24,7 +24,7 @@ final class Validation
24
* If you want to configure the validator, use
25
* {@link createValidatorBuilder()} instead.
26
*
27
- * @return ValidatorInterface The new validator.
+ * @return Validator\ValidatorInterface The new validator.
28
*/
29
public static function createValidator()
30
{
src/Symfony/Component/Validator/ValidatorBuilderInterface.php
@@ -163,7 +163,7 @@ public function setTranslationDomain($translationDomain);
163
/**
164
* Builds and returns a new validator object.
165
166
- * @return ValidatorInterface The built validator.
+ * @return Validator\ValidatorInterface The built validator.
167
168
public function getValidator();
169
}
0 commit comments