Update ArticleManagerDAO.php

This commit is contained in:
2026-05-29 13:06:55 +02:00
parent 18810dcfe2
commit 51ccad038d
+1 -1
View File
@@ -51,7 +51,7 @@ interface ArticleManagerDAO
* Mögliche Exceptions:
* TODO Fehlerbeschreibung hinzufügen
*/
public function getArticle($id): Article;
public function getArticle($id);
/**
* Alle Beiträge aufrufen.