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 ae6fdc7 commit 6a3902cCopy full SHA for 6a3902c
src/Name/Generator/CommandNameGenerator.php
@@ -9,10 +9,16 @@
9
10
class CommandNameGenerator implements NameGeneratorInterface, EventSubscriberInterface
11
{
12
+ /**
13
+ * @var NameGeneratorInterface[] Key - regexp, value - name generator
14
+ */
15
private array $generators;
16
17
private string $name = '';
18
19
20
+ * @param NameGeneratorInterface[] $generators Key - regexp, value - name generator
21
22
public function __construct(array $generators = [])
23
24
$this->generators = $generators;
0 commit comments