Update ArticleManagerDAO.php
This commit is contained in:
@@ -17,7 +17,7 @@ interface ArticleManagerDAO
|
||||
* Mögliche Exceptions:
|
||||
* TODO Fehlerbeschreibung hinzufügen & tags hinzufügen
|
||||
*/
|
||||
public function addArticle($title, $content, $author, $category, $tags);
|
||||
public function addArticle(string $title, string $content, string $author, string $category, string $tags);
|
||||
|
||||
/**
|
||||
* Ein angemeldeter Nutzer bearbeitet einen Beitrag.
|
||||
|
||||
Reference in New Issue
Block a user