1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Fix some Scrutinizer issues

This commit is contained in:
Jeremy Benoist 2017-05-30 11:39:15 +02:00
parent d181bd7285
commit 5fe65baee5
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
3 changed files with 5 additions and 10 deletions

View file

@ -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
*/