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 86342fc commit 02ddfeeCopy full SHA for 02ddfee
examples/streaming-filter-users-async.php
@@ -1,8 +1,8 @@
1
<?php
2
3
use React\EventLoop\Factory;
4
-use ApiClients\Twitter\AsyncClient;
5
-use ApiClients\Twitter\Resource\UserInterface;
+use ApiClients\Client\Twitter\AsyncClient;
+use ApiClients\Client\Twitter\Resource\UserInterface;
6
use function ApiClients\Foundation\resource_pretty_print;
7
use function React\Promise\all;
8
0 commit comments