Skip to content

Commit 55f001d

Browse files
authored
Upgrade phpstan / php-cs-fixer (#1707)
Update dependencies
1 parent 6cbf950 commit 55f001d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Command/GenerateCommand.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
#[AsCommand(name: 'generate', description: 'Create or update API client methods.', aliases: ['update'])]
3838
class GenerateCommand extends Command
3939
{
40-
protected static $defaultName = 'generate';
41-
4240
/**
4341
* @var array|null
4442
*/
@@ -83,7 +81,7 @@ public function __construct(string $manifestFile, Cache $cache, ClassWriter $cla
8381
$this->composerWriter = $composerWriter;
8482
$this->unusedClassCleaner = $unusedClassCleaner;
8583

86-
parent::__construct();
84+
parent::__construct('generate');
8785
}
8886

8987
protected function configure(): void

0 commit comments

Comments
 (0)