dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
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();