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 ff9da22 commit 7895bc6Copy full SHA for 7895bc6
src/Command/Strategy/SubcommandStrategyResolver.php
@@ -36,7 +36,7 @@ public function resolve(string $commandId, string $subcommandId): SubcommandStra
36
$subcommandStrategyClass = ucwords($subcommandId) . 'Strategy';
37
$commandDirectoryName = ucwords($commandId);
38
39
- if (! is_null($this->separator)) {
+ if (!is_null($this->separator)) {
40
$subcommandStrategyClass = str_replace($this->separator, '', $subcommandStrategyClass);
41
$commandDirectoryName = str_replace($this->separator, '', $commandDirectoryName);
42
}
0 commit comments