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:
parent
a91aa1b73a
commit
0d1e761354
1 changed files with 3 additions and 3 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue