Skip to content

Commit ebbcfba

Browse files
Docblock
1 parent 6200f4f commit ebbcfba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Vivait/StringGeneratorBundle/Registry/Registry.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ class Registry
1212
*/
1313
private $generators;
1414

15+
/**
16+
* @param array $legacyGenerators
17+
*/
1518
public function __construct(array $legacyGenerators = [])
1619
{
1720
$this->generators = $legacyGenerators;

0 commit comments

Comments
 (0)