Skip to content

Commit

Permalink
Fixed use statement for "Finder".
Browse files Browse the repository at this point in the history
  • Loading branch information
h4cc committed Jan 25, 2014
1 parent ffe4bfc commit e12a0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ before_script:
- composer update --prefer-dist --no-interaction

script:
- phpunit -c phpunit.xml.dist --coverage-text
- vendor/bin/phpunit -c phpunit.xml.dist --coverage-text

notifications:
email:
Expand Down
1 change: 1 addition & 0 deletions Command/LoadSetsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Finder\Finder;

/**
* Class LoadSetsCommand
Expand Down

0 comments on commit e12a0ed

Please sign in to comment.