Skip to content

Commit 00daa8d

Browse files
committed
Remove unnecessary interface when using the helper
1 parent a089226 commit 00daa8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ use Symfony\Component\Console\Input\InputInterface;
9696
use Symfony\Component\Console\Output\OutputInterface;
9797
use Matthias\SymfonyConsoleForm\Console\Helper\FormHelper;
9898

99-
class TestCommand extends Command implements FormBasedCommand
99+
class TestCommand extends Command
100100
{
101101
protected function configure()
102102
{

0 commit comments

Comments
 (0)