forked from wallabag/wallabag
Fix some Scrutinizer issues
This commit is contained in:
@ -550,7 +550,7 @@ class Entry
|
||||
}
|
||||
|
||||
/**
|
||||
* @return ArrayCollection<Tag>
|
||||
* @return array<Tag>
|
||||
*/
|
||||
public function getTags()
|
||||
{
|
||||
@ -685,7 +685,7 @@ class Entry
|
||||
}
|
||||
|
||||
/**
|
||||
* @return int
|
||||
* @return string
|
||||
*/
|
||||
public function getHttpStatus()
|
||||
{
|
||||
@ -693,7 +693,7 @@ class Entry
|
||||
}
|
||||
|
||||
/**
|
||||
* @param int $httpStatus
|
||||
* @param string $httpStatus
|
||||
*
|
||||
* @return Entry
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user