Skip to content

Commit

Permalink
fix wrong type-hint in DoctrineDbalFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
sstok committed Feb 27, 2015
1 parent a14b076 commit 2455d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DoctrineDbalFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace Rollerworks\Component\Search\Doctrine\Dbal;

use Doctrine\Common\Cache\Cache;
use Doctrine\DBAL\Driver\Connection;
use Doctrine\DBAL\Connection;
use Rollerworks\Component\Search\SearchConditionInterface;

/**
Expand Down

0 comments on commit 2455d17

Please sign in to comment.