We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9270a75 commit ae6fdc7Copy full SHA for ae6fdc7
src/Name/Generator/CommandNameGenerator.php
@@ -11,7 +11,7 @@ class CommandNameGenerator implements NameGeneratorInterface, EventSubscriberInt
11
{
12
private array $generators;
13
14
- private string $name;
+ private string $name = '';
15
16
public function __construct(array $generators = [])
17
0 commit comments