Skip to content

Commit 9d12d72

Browse files
Merge branch '4.4'
* 4.4: Remove unneeded phpdocs
2 parents e4d9608 + f703b4d commit 9d12d72

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
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
{

0 commit comments

Comments
 (0)