Update LocalArticleManager.php

This commit is contained in:
2026-05-29 09:58:17 +02:00
parent c52834aa0d
commit d24bd0aa8b
+1 -1
View File
@@ -100,7 +100,7 @@ class LocalArticleManager implements ArticleManagerDAO {
return null; return null;
} }
public function getAllArticles() public function getAllArticles(): array
{ {
if (!file_exists($this->file)) { if (!file_exists($this->file)) {
return []; return [];