Completed
Push — master ( df0ec9...5851fb )
by Freek
01:31
created
src/Feed.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Feed;
4 4
 
5
-use Illuminate\Support\Arr;
5
+use Illuminate\Contracts\Support\Responsable;
6 6
 use Illuminate\Http\Response;
7 7
 use Illuminate\Support\Collection;
8 8
 use Spatie\Feed\Exceptions\InvalidFeedItem;
9
-use Illuminate\Contracts\Support\Responsable;
10 9
 
11 10
 class Feed implements Responsable
12 11
 {
Please login to merge, or discard this patch.
src/ResolveFeedItems.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Spatie\Feed;
4 4
 
5 5
 use Illuminate\Support\Arr;
6
-use Spatie\Feed\Exceptions\InvalidFeedItem;
7 6
 
8 7
 class ResolveFeedItems
9 8
 {
Please login to merge, or discard this patch.