1
0
Fork 0
mirror of https://github.com/Yetangitu/owncloud-apps.git synced 2025-10-02 14:49:17 +02:00

files_opds: @param -> @return in source comments where needed

This commit is contained in:
frankdelange 2017-01-14 10:21:08 +01:00
parent a91aa1b73a
commit 0d1e761354

View file

@ -109,7 +109,7 @@ class Epub {
/**
* @brief get book title
*
* @param string $title
* @return string $title
*/
public function Title(){
return $this->get('dc:title');
@ -118,7 +118,7 @@ class Epub {
/**
* @brief get language
*
* @param string $lang
* @return string $lang
*/
public function Language(){
return $this->get('dc:language');
@ -127,7 +127,7 @@ class Epub {
/**
* @brief get date
*
* @param string $date
* @return string $date
*/
public function Date(){
return $this->get('dc:date');