There was an error while loading. Please reload this page.
1 parent 015acf1 commit f963786Copy full SHA for f963786
1 file changed
src/Repository/FeedRepositoryInterface.php
@@ -12,7 +12,7 @@ interface FeedRepositoryInterface extends RepositoryInterface
12
public function findOneByCode(string $code): ?FeedInterface;
13
14
/**
15
- * Returns all feed that are ready to be processed feeds
+ * Returns all feeds that are ready to be processed feeds
16
*
17
* @return FeedInterface[]
18
*/
0 commit comments