Skip to content

Commit dd66d16

Browse files
committed
Fix namespace and add missing return typehint
1 parent 8d9ec5f commit dd66d16

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/Command/ReleaseCommand.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* file that was distributed with this source code.
1010
*/
1111

12-
namespace Sonata\DevKit\Console\Command;
12+
namespace App\Command;
1313

1414
use Github\Exception\ExceptionInterface;
1515
use Github\Exception\RuntimeException;
@@ -37,10 +37,7 @@ final class ReleaseCommand extends AbstractCommand
3737
'pedantic' => 'yellow',
3838
);
3939

40-
/**
41-
* {@inheritdoc}
42-
*/
43-
protected function configure()
40+
protected function configure(): void
4441
{
4542
parent::configure();
4643

0 commit comments

Comments
 (0)