Beitrag erstellen #13

Merged
niklas.ortmann merged 164 commits from Beitrag-erstellen into dev 2026-05-29 13:22:11 +02:00
Showing only changes of commit ed1815b78e - Show all commits
+1 -1
View File
@@ -45,7 +45,7 @@ class LocalArticleManager implements ArticleManagerDAO {
);
}
public function addArticle($title, $content, $author, $category, $tags)
public function addArticle(string $title, string $content, string $author, string $category, string $tags)
{
$articles = $this->getAllArticles();