Completed
Push — issue/96 ( 5d401e...7b0d36 )
by Alex
02:40
created
src/FeedIo/Parser/JsonParser.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -13,11 +13,8 @@
 block discarded – undo
13 13
 
14 14
 use FeedIo\Feed\Item;
15 15
 use FeedIo\FeedInterface;
16
-use FeedIo\MissingFieldsException;
17 16
 use FeedIo\ParserAbstract;
18 17
 use FeedIo\Reader\Document;
19
-use FeedIo\Rule\Json\RuleSet;
20
-use FeedIo\Rule\Json\Title;
21 18
 
22 19
 class JsonParser extends ParserAbstract
23 20
 {
Please login to merge, or discard this patch.
src/FeedIo/Parser/XmlParser.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
 {
36 36
 
37 37
     /**
38
-     * @param $tagName
38
+     * @param string $tagName
39 39
      * @return bool
40 40
      */
41 41
     public function isItem($tagName)
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,11 +11,9 @@
 block discarded – undo
11 11
 namespace FeedIo\Parser;
12 12
 
13 13
 
14
-use DOMDocument;
15 14
 use FeedIo\Parser;
16 15
 use FeedIo\RuleSet;
17 16
 use FeedIo\FeedInterface;
18
-use FeedIo\Feed\ItemInterface;
19 17
 use FeedIo\Feed\NodeInterface;
20 18
 use FeedIo\ParserAbstract;
21 19
 use FeedIo\Reader\Document;
Please login to merge, or discard this patch.