PHPDoc update

This commit is contained in:
Roland Gruber 2017-02-19 09:14:11 +01:00
parent 7ccd41ef11
commit d949b1bae4
42 changed files with 251 additions and 331 deletions

View file

@ -398,10 +398,8 @@ class puppetClient extends baseModule {
}
/**
* Returns a list of possible PDF entries for this account.
*
* @param array $pdfKeys list of PDF keys that are included in document
* @return list of PDF entries (array(<PDF key> => <PDF lines>))
* {@inheritDoc}
* @see baseModule::get_pdfEntries()
*/
function get_pdfEntries($pdfKeys) {
$return = array();