Skip to content

Commit

Permalink
correct doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed Mar 30, 2014
1 parent d23e2f1 commit c86665e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Controller/Component/Acl/IniAcl.php
Expand Up @@ -50,9 +50,10 @@ class IniAcl extends Object implements AclInterface {
/**
* read/write config
*
* Load acl config on first access. Wraps the InstanceConfigTrait method, taking
* care of the trait's implementation of determining intent from tne number of
* passed arguments
* Load acl config on first access, rather than on creation, so that there's no
* needless overhead if the class is loaded but not referenced.
* Wraps the InstanceConfigTrait method, taking care of the trait's implementation
* of determining intent from the number ofpassed arguments.
*
* @param string|array|null $key The key to get/set, or a complete array of configs.
* @param mixed|null $value The value to set.
Expand Down

0 comments on commit c86665e

Please sign in to comment.