Skip to content

Commit a46f6a4

Browse files
author
MateuszKolankowski
committed
Refactor command configure methods to enforce return type
1 parent 7a76d26 commit a46f6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/Command/GeneratePlatformSchemaCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function __construct(Generator $generator, Repository $repository, string
3838
$this->schemaRootDir = $schemaRootDir;
3939
}
4040

41-
protected function configure()
41+
protected function configure(): void
4242
{
4343
$this
4444
->addOption('dry-run', null, InputOption::VALUE_OPTIONAL, 'Do not write, output the schema only', false)

0 commit comments

Comments
 (0)