Skip to content

Commit 9e36436

Browse files
committed
DX: remove invalid inheritdoc
1 parent 6babdb3 commit 9e36436

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/Symfony/Component/Intl/Data/Generator/AbstractDataGenerator.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ public function __construct(GenrbCompiler $compiler, $dirName)
4242
$this->dirName = $dirName;
4343
}
4444

45-
/**
46-
* {@inheritdoc}
47-
*/
4845
public function generateData(GeneratorConfig $config)
4946
{
5047
$filesystem = new Filesystem();

src/Symfony/Component/Intl/Data/Generator/LocaleDataGenerator.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ public function __construct($dirName, LanguageDataProvider $languageDataProvider
5757
$this->regionDataProvider = $regionDataProvider;
5858
}
5959

60-
/**
61-
* {@inheritdoc}
62-
*/
6360
public function generateData(GeneratorConfig $config)
6461
{
6562
$filesystem = new Filesystem();

0 commit comments

Comments
 (0)