Skip to content

Commit

Permalink
Merge pull request #8 from Soullivaneuh/unused-use
Browse files Browse the repository at this point in the history
Remove unused use from SetRoomTopicCommand
  • Loading branch information
ManneW committed Dec 8, 2015
2 parents d1c463f + 2e17fc5 commit df58fad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Command/SetRoomTopicCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down Expand Up @@ -41,4 +40,4 @@ public function execute(InputInterface $input, OutputInterface $output)

$hipChat->set_room_topic($room, $topic, $from);
}
}
}

0 comments on commit df58fad

Please sign in to comment.