mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
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:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user