Skip to content

Commit 7895bc6

Browse files
committed
Codestyle fixes
1 parent ff9da22 commit 7895bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Strategy/SubcommandStrategyResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function resolve(string $commandId, string $subcommandId): SubcommandStra
3636
$subcommandStrategyClass = ucwords($subcommandId) . 'Strategy';
3737
$commandDirectoryName = ucwords($commandId);
3838

39-
if (! is_null($this->separator)) {
39+
if (!is_null($this->separator)) {
4040
$subcommandStrategyClass = str_replace($this->separator, '', $subcommandStrategyClass);
4141
$commandDirectoryName = str_replace($this->separator, '', $commandDirectoryName);
4242
}

0 commit comments

Comments
 (0)