8000 minor #35122 [Translation] Add missing use statement (odolbeau) · symfony/symfony@7aba9cf · GitHub
[go: up one dir, main page]

Skip to content

Commit 7aba9cf

Browse files
minor #35122 [Translation] Add missing use statement (odolbeau)
This PR was merged into the 3.4 branch. Discussion ---------- [Translation] Add missing use statement | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | Deprecations? | no | License | MIT Add missing use for `Data` class used in PHPDoc https://github.com/symfony/symfony/blob/3.4/src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php#L64 Commits ------- 6fd266d Add missing use statement
2 parents cee47ce + 6fd266d commit 7aba9cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
use Symfony\Component\HttpKernel\DataCollector\DataCollector;
1717
use Symfony\Component\HttpKernel\DataCollector\LateDataCollectorInterface;
1818
use Symfony\Component\Translation\DataCollectorTranslator;
19+
use Symfony\Component\VarDumper\Cloner\Data;
1920

2021
/**
2122
* @author Abdellatif Ait boudad <a.aitboudad@gmail.com>

0 commit comments

Comments
 (0)
0