Completed
Pull Request — master (#203)
by Alister
09:00
created
src/Resources/sample/Provider.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,6 @@
 block discarded – undo
41 41
     }
42 42
 
43 43
     /**
44
-     * @param array $options
45 44
      * @return FeedInterface
46 45
      */
47 46
     public function getFeed(Request $request) : FeedInterface
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.