PHPDoc fix

This commit is contained in:
Roland Gruber 2011-08-20 17:59:36 +00:00
parent c71092ccee
commit 0f39ef3ba7
4 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
$Id$
This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
Copyright (C) 2003 - 2010 Roland Gruber
Copyright (C) 2003 - 2011 Roland Gruber
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -1229,7 +1229,7 @@ abstract class baseModule {
* It is not possible to display help links.
*
* @param array $fields list of active fields
* @param array $attributes attributes of LDAP account (attribute names in lower case)
* @param array $attributes attributes of LDAP account
* @return htmlElement meta HTML object
*
* @see htmlElement

View File

@ -1720,7 +1720,7 @@ class inetOrgPerson extends baseModule implements passwordService {
* It is not possible to display help links.
*
* @param array $fields list of active fields
* @param array $attributes attributes of LDAP account (attribute names in lower case)
* @param array $attributes attributes of LDAP account
* @return array meta HTML
*/
function getSelfServiceOptions($fields, $attributes) {

View File

@ -813,7 +813,7 @@ class kolabUser extends baseModule {
* It is not possible to display help links.
*
* @param array $fields list of active fields
* @param array $attributes attributes of LDAP account (attribute names in lower case)
* @param array $attributes attributes of LDAP account
* @return array meta HTML
*/
function getSelfServiceOptions($fields, $attributes) {

View File

@ -1846,7 +1846,7 @@ class posixAccount extends baseModule implements passwordService {
* It is not possible to display help links.
*
* @param array $fields list of active fields
* @param array $attributes attributes of LDAP account (attribute names in lower case)
* @param array $attributes attributes of LDAP account
* @return array meta HTML
*/
function getSelfServiceOptions($fields, $attributes) {