Skip to content

Commit 2cf01a5

Browse files
Philippe Segatorinicolas-grekas
authored andcommitted
Remove superfluous phpdoc tags
1 parent 7d23e7e commit 2cf01a5

File tree

5 files changed

+4
-13
lines changed

5 files changed

+4
-13
lines changed

Data/Generator/AbstractDataGenerator.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ public function generateData(GeneratorConfig $config)
9191
}
9292

9393
/**
94-
* @param LocaleScanner $scanner
95-
* @param string $sourceDir
94+
* @param string $sourceDir
9695
*
9796
* @return string[]
9897
*/

DateFormatter/DateFormat/Transformer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ abstract class Transformer
2323
/**
2424
* Format a value using a configured DateTime as date/time source.
2525
*
26-
*
2726
* @param \DateTime $dateTime A DateTime object to be used to generate the formatted value
2827
* @param int $length The formatted value string length
2928
*

ResourceBundle/CurrencyBundle.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ class CurrencyBundle extends CurrencyDataProvider implements CurrencyBundleInter
3030
/**
3131
* Creates a new currency bundle.
3232
*
33-
* @param string $path
34-
* @param BundleEntryReaderInterface $reader
35-
* @param LocaleDataProvider $localeProvider
33+
* @param string $path
3634
*/
3735
public function __construct($path, BundleEntryReaderInterface $reader, LocaleDataProvider $localeProvider)
3836
{

ResourceBundle/LanguageBundle.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ class LanguageBundle extends LanguageDataProvider implements LanguageBundleInter
3232
/**
3333
* Creates a new language bundle.
3434
*
35-
* @param string $path
36-
* @param BundleEntryReaderInterface $reader
37-
* @param LocaleDataProvider $localeProvider
38-
* @param ScriptDataProvider $scriptProvider
35+
* @param string $path
3936
*/
4037
public function __construct($path, BundleEntryReaderInterface $reader, LocaleDataProvider $localeProvider, ScriptDataProvider $scriptProvider)
4138
{

ResourceBundle/RegionBundle.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ class RegionBundle extends RegionDataProvider implements RegionBundleInterface
3030
/**
3131
* Creates a new region bundle.
3232
*
33-
* @param string $path
34-
* @param BundleEntryReaderInterface $reader
35-
* @param LocaleDataProvider $localeProvider
33+
* @param string $path
3634
*/
3735
public function __construct($path, BundleEntryReaderInterface $reader, LocaleDataProvider $localeProvider)
3836
{

0 commit comments

Comments
 (0)