diff --git a/Command/SetRoomTopicCommand.php b/Command/SetRoomTopicCommand.php index 2e3bcf4..0a3c6ae 100644 --- a/Command/SetRoomTopicCommand.php +++ b/Command/SetRoomTopicCommand.php @@ -5,7 +5,6 @@ use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; -use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Input\InputArgument; /** @@ -41,4 +40,4 @@ public function execute(InputInterface $input, OutputInterface $output) $hipChat->set_room_topic($room, $topic, $from); } -} \ No newline at end of file +}