Skip to content

Commit 756fc8c

Browse files
Merge branch '3.4' into 4.3
* 3.4: Remove superfluous phpdoc tags
2 parents 3c21ece + 2cf01a5 commit 756fc8c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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
*

0 commit comments

Comments
 (0)