feat: add vendor http header to cached responses (#4040)

This commit is contained in:
Dag 2024-03-31 21:02:55 +02:00 committed by GitHub
parent 8ca1b90840
commit 73289324bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15 additions and 5 deletions

View file

@ -178,7 +178,6 @@ class FeedItem
} else {
$this->author = $author;
}
return $this;
}
public function getContent(): ?string
@ -284,7 +283,6 @@ class FeedItem
} else {
$this->misc[$name] = $value;
}
return $this;
}
public function toArray(): array