[SearchEngine] CS cleanup

This commit is contained in:
Romain Neutron
2012-10-05 00:18:46 +02:00
parent 38f7c4a995
commit 746b51b747
5 changed files with 12 additions and 16 deletions

View File

@@ -15,8 +15,6 @@ use Alchemy\Phrasea\SearchEngine\SearchEngineOptions;
use Alchemy\Phrasea\SearchEngine\SearchEngineResult;
use Alchemy\Phrasea\Exception\RuntimeException;
use Doctrine\Common\Collections\ArrayCollection;
use Silex\Application;
use Symfony\Component\HttpFoundation\Request;
interface SearchEngineInterface
{