@@ -41,7 +41,6 @@ |
||
41 | 41 | } |
42 | 42 | |
43 | 43 | /** |
44 | - * @param array $options |
|
45 | 44 | * @return FeedInterface |
46 | 45 | */ |
47 | 46 | public function getFeed(Request $request) : FeedInterface |
@@ -6,7 +6,6 @@ |
||
6 | 6 | |
7 | 7 | // this part assumes that you published "Post" entities |
8 | 8 | use App\Entity\Post; |
9 | -use App\Repository\PostRepository; |
|
10 | 9 | |
11 | 10 | // All you really need to create a feed |
12 | 11 | use Debril\RssAtomBundle\Provider\FeedProviderInterface; |