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 8d9ec5f commit dd66d16Copy full SHA for dd66d16
src/Command/ReleaseCommand.php
@@ -9,7 +9,7 @@
9
* file that was distributed with this source code.
10
*/
11
12
-namespace Sonata\DevKit\Console\Command;
+namespace App\Command;
13
14
use Github\Exception\ExceptionInterface;
15
use Github\Exception\RuntimeException;
@@ -37,10 +37,7 @@ final class ReleaseCommand extends AbstractCommand
37
'pedantic' => 'yellow',
38
);
39
40
- /**
41
- * {@inheritdoc}
42
- */
43
- protected function configure()
+ protected function configure(): void
44
{
45
parent::configure();
46
0 commit comments