Skip to content

Commit

Permalink
Update FixerCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nilportugues committed Nov 6, 2015
1 parent ce5b1d0 commit 21bfa00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ForbiddenFunctions/Command/FixerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
}
}
$output->writeln('');
return $output;
throw new \Exception('Fix your code');
}
return $output->writeln("\nCongratulations! No forbidden functions found.\n");
}
Expand Down

0 comments on commit 21bfa00

Please sign in to comment.