Skip to content

Commit 958af40

Browse files
committed
fix comment in FeedIo
1 parent f05857f commit 958af40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FeedIo/FeedIo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* This class acts as a facade. It provides methods to access feed-io main features
1818
*
1919
* <code>
20-
* // $client is a \Psr\Http\Client\ClientInterface, $logger a \Psr\Log\LoggerInterface
20+
* // $client is a \FeedIo\Adapter\ClientInterface, $logger a \Psr\Log\LoggerInterface
2121
* $feedIo = new FeedIo($client, $logger);
2222
*
2323
* // read a feed. Output is a Result instance

0 commit comments

Comments
 (0)