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 f05857f commit 958af40Copy full SHA for 958af40
src/FeedIo/FeedIo.php
@@ -17,7 +17,7 @@
17
* This class acts as a facade. It provides methods to access feed-io main features
18
*
19
* <code>
20
- * // $client is a \Psr\Http\Client\ClientInterface, $logger a \Psr\Log\LoggerInterface
+ * // $client is a \FeedIo\Adapter\ClientInterface, $logger a \Psr\Log\LoggerInterface
21
* $feedIo = new FeedIo($client, $logger);
22
23
* // read a feed. Output is a Result instance
0 commit comments