Update LocalArticleManager.php
This commit is contained in:
@@ -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();
|
$articles = $this->getAllArticles();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user