We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 127973f commit 110dc10Copy full SHA for 110dc10
src/FeedIo/Feed/Node.php
@@ -151,7 +151,7 @@ public function setLink(?string $link = null): NodeInterface
151
return $this;
152
}
153
154
- public function setLinkForAnalysis(string $link = null): NodeInterface
+ public function setLinkForAnalysis(?string $link = null): NodeInterface
155
{
156
$this->linkForAnalysis = $link;
157
0 commit comments