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

Skip to content

Commit a798d7d

Browse files
committed
minor #17092 [Validator] Fix wrong php docs (Ener-Getick)
This PR was submitted for the master branch but it was merged into the 3.0 branch instead (closes #17092). Discussion ---------- [Validator] Fix wrong php docs | Q | A | ------------- | --- | Fixed tickets | #17091 | License | MIT Commits ------- 9911524 [Validator] fixed wrong php docs
2 parents eb51f79 + 9911524 commit a798d7d

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)