Skip to content

Commit 110dc10

Browse files
committed
another implicit null
1 parent 127973f commit 110dc10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FeedIo/Feed/Node.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public function setLink(?string $link = null): NodeInterface
151151
return $this;
152152
}
153153

154-
public function setLinkForAnalysis(string $link = null): NodeInterface
154+
public function setLinkForAnalysis(?string $link = null): NodeInterface
155155
{
156156
$this->linkForAnalysis = $link;
157157

0 commit comments

Comments
 (0)