Completed
Push — issue/281 ( 9c3fea )
by Alex
02:00
created
src/FeedIo/Rule/Media.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
 
85 85
     /**
86 86
      * @param MediaInterface $media
87
-     * @param NodeInterface|null $node
87
+     * @param NodeInterface $node
88 88
      * @param string|null $url
89 89
      */
90 90
     protected function setUrl(MediaInterface $media, NodeInterface $node, string $url = null): void
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
     }
113 113
 
114 114
     /**
115
-     * @param \MediaInterface $media
115
+     * @param MediaInterface $media
116 116
      * @param \DomElement $element
117 117
      */
118 118
     protected function initMedia(MediaInterface $media, \DOMElement $element): void
Please login to merge, or discard this patch.