mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-10 18:51:02 +00:00
CS
This commit is contained in:
parent
fad316151c
commit
a1413a3da9
4 changed files with 409 additions and 114 deletions
|
@ -428,7 +428,7 @@ class Entry
|
|||
}
|
||||
|
||||
/**
|
||||
* Set previewPicture
|
||||
* Set previewPicture.
|
||||
*
|
||||
* @param string $previewPicture
|
||||
*
|
||||
|
@ -442,7 +442,7 @@ class Entry
|
|||
}
|
||||
|
||||
/**
|
||||
* Get previewPicture
|
||||
* Get previewPicture.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
|
@ -450,5 +450,4 @@ class Entry
|
|||
{
|
||||
return $this->previewPicture;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue