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 16738f4 commit 06606c6Copy full SHA for 06606c6
src/Types/Article.php
@@ -11,9 +11,9 @@ class Article extends Type
11
12
protected string $type = 'article';
13
14
- public function author(string $author)
+ public function author(string $url)
15
{
16
- $this->addProperty(self::PREFIX, 'author', $author);
+ $this->addProperty(self::PREFIX, 'author', $url);
17
18
return $this;
19
}
src/Types/Book.php
@@ -11,9 +11,9 @@ class Book extends Type
protected string $type = 'book';
0 commit comments