dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit d24bd0aa8b - Show all commits
+1 -1
View File
@@ -100,7 +100,7 @@ class LocalArticleManager implements ArticleManagerDAO {
return null;
}
public function getAllArticles()
public function getAllArticles(): array
{
if (!file_exists($this->file)) {
return [];