We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6200f4f commit ebbcfbaCopy full SHA for ebbcfba
1 file changed
src/Vivait/StringGeneratorBundle/Registry/Registry.php
@@ -12,6 +12,9 @@ class Registry
12
*/
13
private $generators;
14
15
+ /**
16
+ * @param array $legacyGenerators
17
+ */
18
public function __construct(array $legacyGenerators = [])
19
{
20
$this->generators = $legacyGenerators;
0 commit comments