Skip to content

Commit 2cff2f6

Browse files
minor symfony#21262 DX: remove invalid inheritdoc (keradus)
This PR was merged into the 2.7 branch. Discussion ---------- DX: remove invalid inheritdoc | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | not related | Fixed tickets | n/a | License | MIT | Doc PR | n/a those classes do not extend anything, inherit docs on them are wrong Commits ------- 9e36436 DX: remove invalid inheritdoc
2 parents 6babdb3 + 9e36436 commit 2cff2f6

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)