Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jan 27, 2015
1 parent eae3298 commit e066bba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Command.php
Expand Up @@ -89,7 +89,7 @@ protected function specifyParameters()
*
* @param \Symfony\Component\Console\Input\InputInterface $input
* @param \Symfony\Component\Console\Output\OutputInterface $output
* @return integer
* @return int
*/
public function run(InputInterface $input, OutputInterface $output)
{
Expand Down Expand Up @@ -117,7 +117,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
*
* @param string $command
* @param array $arguments
* @return integer
* @return int
*/
public function call($command, array $arguments = array())
{
Expand All @@ -133,7 +133,7 @@ public function call($command, array $arguments = array())
*
* @param string $command
* @param array $arguments
* @return integer
* @return int
*/
public function callSilent($command, array $arguments = array())
{
Expand Down

0 comments on commit e066bba

Please sign in to comment.