Fix doc comment errors in Acl classes.

This commit is contained in:
mark_story 2014-06-05 00:15:45 -04:00
parent 9c65337c9f
commit 7058921275
3 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ interface AclInterface {
/**
* Initialization method for the Acl implementation
*
* @param AclComponent $component
* @param Component $component The AclComponent instance.
* @return void
*/
public function initialize(Component $component);

View file

@ -53,7 +53,7 @@ class DbAcl extends Object implements AclInterface {
/**
* Initializes the containing component and sets the Aro/Aco objects to it.
*
* @param AclComponent $component
* @param AclComponent $component The AclComponent instance.
* @return void
*/
public function initialize(Component $component) {

View file

@ -43,7 +43,7 @@ class IniAcl extends Object implements AclInterface {
/**
* Initialize method
*
* @param Component $component
* @param Component $component The AclComponent instance.
* @return void
*/
public function initialize(Component $component) {