Skip to content

Commit

Permalink
move to symfony contracts event dispatcher interface (solariumphp#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
wickedOne authored May 25, 2020
1 parent ec52e00 commit 9be84f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Core/Client/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
use Solarium\QueryType\Update\Query\Query as UpdateQuery;
use Solarium\QueryType\Update\Result as UpdateResult;
use Symfony\Component\EventDispatcher\EventDispatcher;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;
use Symfony\Component\EventDispatcher\LegacyEventDispatcherProxy;

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Client/ClientInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
use Solarium\QueryType\Terms\Result as TermsResult;
use Solarium\QueryType\Update\Query\Query as UpdateQuery;
use Solarium\QueryType\Update\Result as UpdateResult;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Symfony\Contracts\EventDispatcher\EventDispatcherInterface;

/**
* Main interface for interaction with Solr.
Expand Down

0 comments on commit 9be84f7

Please sign in to comment.