2
0
forked from Wavyzz/dolibarr

Qual: Fix phan notices (#31193)

# Qual: Fix phan notices

Fix phan notices in several classes that have UnknownObjectMethod calls and classes
that had notices in relation with these classes
This commit is contained in:
MDW
2024-09-30 10:05:24 +02:00
committed by GitHub
parent 1754ee61d5
commit 8236aed22f
42 changed files with 618 additions and 221 deletions

View File

@@ -261,7 +261,7 @@ class RssParser
/**
* getItems
*
* @return array
* @return array<array{link:string,title:string,description:string,pubDate:string,category:string,id:string,author:string}>
*/
public function getItems()
{