Few phpDoc fix

And some little mistakes
This commit is contained in:
Jeremy Benoist
2016-01-03 10:59:55 +01:00
parent c5c7f90a81
commit 8eedc8cfac
6 changed files with 27 additions and 16 deletions

View File

@ -245,7 +245,7 @@ class Entry
/**
* Set isArchived.
*
* @param string $isArchived
* @param bool $isArchived
*
* @return Entry
*/
@ -259,7 +259,7 @@ class Entry
/**
* Get isArchived.
*
* @return string
* @return bool
*/
public function isArchived()
{
@ -276,7 +276,7 @@ class Entry
/**
* Set isStarred.
*
* @param string $isStarred
* @param bool $isStarred
*
* @return Entry
*/
@ -290,7 +290,7 @@ class Entry
/**
* Get isStarred.
*
* @return string
* @return bool
*/
public function isStarred()
{