Skip to content

Commit f703b4d

Browse files
fabpotnicolas-grekas
authored andcommitted
Remove unneeded phpdocs
1 parent 993f971 commit f703b4d

File tree

8 files changed

+8
-16
lines changed

8 files changed

+8
-16
lines changed

Data/Bundle/Reader/BufferedBundleReader.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ class BufferedBundleReader implements BundleReaderInterface
2626
/**
2727
* Buffers a given reader.
2828
*
29-
* @param BundleReaderInterface $reader The reader to buffer
30-
* @param int $bufferSize The number of entries to store in the buffer
29+
* @param int $bufferSize The number of entries to store in the buffer
3130
*/
3231
public function __construct(BundleReaderInterface $reader, int $bufferSize)
3332
{

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
*/

Data/Generator/GeneratorConfig.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ public function __construct(string $sourceDir, string $icuVersion)
3939
/**
4040
* Adds a writer to be used during the data conversion.
4141
*
42-
* @param string $targetDir The output directory
43-
* @param BundleWriterInterface $writer The writer instance
42+
* @param string $targetDir The output directory
4443
*/
4544
public function addBundleWriter($targetDir, BundleWriterInterface $writer)
4645
{

Data/Provider/CurrencyDataProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ class CurrencyDataProvider
3535
* Creates a data provider that reads currency-related data from a
3636
* resource bundle.
3737
*
38-
* @param string $path The path to the resource bundle
39-
* @param BundleEntryReaderInterface $reader The reader for reading the resource bundle
38+
* @param string $path The path to the resource bundle
4039
*/
4140
public function __construct(string $path, BundleEntryReaderInterface $reader)
4241
{

Data/Provider/LanguageDataProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ class LanguageDataProvider
2828
/**
2929
* Creates a data provider that reads locale-related data from .res files.
3030
*
31-
* @param string $path The path to the directory containing the .res files
32-
* @param BundleEntryReaderInterface $reader The reader for reading the .res files
31+
* @param string $path The path to the directory containing the .res files
3332
*/
3433
public function __construct(string $path, BundleEntryReaderInterface $reader)
3534
{

Data/Provider/LocaleDataProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ class LocaleDataProvider
2828
/**
2929
* Creates a data provider that reads locale-related data from .res files.
3030
*
31-
* @param string $path The path to the directory containing the .res files
32-
* @param BundleEntryReaderInterface $reader The reader for reading the .res files
31+
* @param string $path The path to the directory containing the .res files
3332
*/
3433
public function __construct(string $path, BundleEntryReaderInterface $reader)
3534
{

Data/Provider/RegionDataProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ class RegionDataProvider
2828
/**
2929
* Creates a data provider that reads locale-related data from .res files.
3030
*
31-
* @param string $path The path to the directory containing the .res files
32-
* @param BundleEntryReaderInterface $reader The reader for reading the .res files
31+
* @param string $path The path to the directory containing the .res files
3332
*/
3433
public function __construct(string $path, BundleEntryReaderInterface $reader)
3534
{

Data/Provider/ScriptDataProvider.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ class ScriptDataProvider
2828
/**
2929
* Creates a data provider that reads locale-related data from .res files.
3030
*
31-
* @param string $path The path to the directory containing the .res files
32-
* @param BundleEntryReaderInterface $reader The reader for reading the .res files
31+
* @param string $path The path to the directory containing the .res files
3332
*/
3433
public function __construct(string $path, BundleEntryReaderInterface $reader)
3534
{

0 commit comments

Comments
 (0)