Skip to content

Commit

Permalink
minor #41 Remove unused statements (hlecorche)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| License       | MIT

Fix last errors in Sensiolabs Insight (before Platinum medal)

Commits
-------

a734a59 Remove unused statements
  • Loading branch information
sstok committed Feb 1, 2015
2 parents f95f35c + a734a59 commit e2eed5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Command/BlacklistDeleteCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Rollerworks\Bundle\PasswordStrengthBundle\Blacklist\SqliteProvider;

class BlacklistDeleteCommand extends BlacklistCommonCommand
Expand Down
2 changes: 0 additions & 2 deletions src/Command/BlacklistUpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Rollerworks\Bundle\PasswordStrengthBundle\Blacklist\SqliteProvider;

class BlacklistUpdateCommand extends BlacklistCommonCommand
Expand Down

0 comments on commit e2eed5e

Please sign in to comment.