Skip to content

Commit 6200f4f

Browse files
Removes unnecessary thing
1 parent 63ef614 commit 6200f4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Vivait/StringGeneratorBundle/Registry/Registry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Registry
1010
/**
1111
* @var array
1212
*/
13-
private $generators = [];
13+
private $generators;
1414

1515
public function __construct(array $legacyGenerators = [])
1616
{

0 commit comments

Comments
 (0)