Beitrag erstellen #13
@@ -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 [];
|
||||||
|
|||||||
Reference in New Issue
Block a user