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

Skip to content

Commit 9911524

Browse files
GuilhemNTobion
authored andcommitted
[Validator] fixed wrong php docs
1 parent eb51f79 commit 9911524

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/Symfony/Component/Validator/Validation.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
namespace Symfony\Component\Validator;
1313

14+
use Symfony\Component\Validator\Validator\ValidatorInterface;
15+
1416
/**
1517
* Entry point for the Validator component.
1618
*

src/Symfony/Component/Validator/ValidatorBuilderInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
use Symfony\Component\Translation\TranslatorInterface;
1616
use Symfony\Component\Validator\Mapping\Cache\CacheInterface;
1717
use Symfony\Component\Validator\Mapping\Factory\MetadataFactoryInterface;
18+
use Symfony\Component\Validator\Validator\ValidatorInterface;
1819

1920
/**
2021
* A configurable builder for ValidatorInterface objects.

0 commit comments

Comments
 (0)