Completed
Push — issue/96 ( 542eb1...939878 )
by Alex
02:21
created
src/FeedIo/Feed/Item/Author.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @return string
70
+     * @return integer
71 71
      */
72 72
     public function getEmail()
73 73
     {
Please login to merge, or discard this patch.
src/FeedIo/Standard/XmlAbstract.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use FeedIo\Parser\XmlParser;
15 15
 use FeedIo\StandardAbstract;
16 16
 use FeedIo\RuleSet;
17
-use FeedIo\Rule\DateTimeBuilder;
18 17
 use FeedIo\Rule\ModifiedSince;
19 18
 use FeedIo\Rule\Title;
20 19
 
Please login to merge, or discard this patch.