Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7f1c12

Browse files
committed
[Validator] fixed wrong php docs
1 parent f9ba2cd commit e7f1c12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Component/Validator/Validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class Validation
2424
* If you want to configure the validator, use
2525
* {@link createValidatorBuilder()} instead.
2626
*
27-
* @return ValidatorInterface The new validator.
27+
* @return Validator\ValidatorInterface The new validator.
2828
*/
2929
public static function createValidator()
3030
{

src/Symfony/Component/Validator/ValidatorBuilderInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public function setTranslationDomain($translationDomain);
163163
/**
164164
* Builds and returns a new validator object.
165165
*
166-
* @return ValidatorInterface The built validator.
166+
* @return Validator\ValidatorInterface The built validator.
167167
*/
168168
public function getValidator();
169169
}

0 commit comments

Comments
 (0)