Completed
Pull Request — master (#230)
by
unknown
01:50
created
src/FeedIo/Feed.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,6 @@
 block discarded – undo
93 93
     }
94 94
 
95 95
     /**
96
-     * @param  string $description
97 96
      * @return NodeInterface
98 97
      */
99 98
     public function setImage(string $image = null) : FeedInterface
Please login to merge, or discard this patch.
src/FeedIo/FeedInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,6 @@
 block discarded – undo
50 50
     public function getImage() : ? string ;
51 51
 
52 52
     /**
53
-     * @param  string $description
54 53
      * @return NodeInterface
55 54
      */
56 55
     public function setImage(string $image = null) : FeedInterface;
Please login to merge, or discard this patch.