Completed
Push — master ( bf186f...fded84 )
by Alex
05:17
created
src/FeedIo/Parser/XmlParser.php 1 patch
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.
src/FeedIo/Rule/Atom/LinkNode.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
     /**
40 40
      * @param  NodeInterface $node
41 41
      * @param  \DOMElement   $element
42
-     * @return mixed
42
+     * @return LinkNode
43 43
      */
44 44
     public function setProperty(NodeInterface $node, \DOMElement $element)
45 45
     {
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
      *
58 58
      * @param  \DomDocument  $document
59 59
      * @param  NodeInterface $node
60
-     * @return \DomElement
60
+     * @return \ArrayIterator
61 61
      */
62 62
     public function createElement(\DomDocument $document, NodeInterface $node)
63 63
     {
Please login to merge, or discard this patch.
src/FeedIo/Rule/DateTimeBuilder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -216,8 +216,8 @@
 block discarded – undo
216 216
 
217 217
 
218 218
     /**
219
-     * @param $format
220
-     * @param $string
219
+     * @param string|false $format
220
+     * @param string $string
221 221
      * @return \DateTime
222 222
      */
223 223
     protected function newDate($format, $string)
Please login to merge, or discard this patch.