We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130158b commit 039fe27Copy full SHA for 039fe27
2 files changed
lib/Tmdb/Event/HydrationEvent.php
@@ -12,7 +12,7 @@
12
*/
13
namespace Tmdb\Event;
14
15
-use Symfony\Component\EventDispatcher\Event;
+use Symfony\Contracts\EventDispatcher\Event;
16
use Tmdb\HttpClient\Request;
17
use Tmdb\HttpClient\Response;
18
use Tmdb\Model\AbstractModel;
test/Tmdb/Tests/HttpClient/HttpClientTest.php
namespace Tmdb\Tests\HttpClient;
use Symfony\Component\EventDispatcher\EventDispatcher;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
use Tmdb\Api\AbstractApi;
0 commit comments