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 eb51f79 commit 9911524Copy full SHA for 9911524
src/Symfony/Component/Validator/Validation.php
@@ -11,6 +11,8 @@
11
12
namespace Symfony\Component\Validator;
13
14
+use Symfony\Component\Validator\Validator\ValidatorInterface;
15
+
16
/**
17
* Entry point for the Validator component.
18
*
src/Symfony/Component/Validator/ValidatorBuilderInterface.php
@@ -15,6 +15,7 @@
use Symfony\Component\Translation\TranslatorInterface;
use Symfony\Component\Validator\Mapping\Cache\CacheInterface;
use Symfony\Component\Validator\Mapping\Factory\MetadataFactoryInterface;
19
20
21
* A configurable builder for ValidatorInterface objects.
0 commit comments