Skip to content

Commit

Permalink
Fix doc blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 14, 2012
1 parent af57502 commit 4e94ebe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Cake/Controller/Component/AclComponent.php
Expand Up @@ -79,9 +79,9 @@ public function __construct(ComponentCollection $collection, $settings = array()
*
* Will call the initialize method on the adapter if setting a new one.
*
* @param mixed $adapter Instance of AclBase or a string name of the class to use. (optional)
* @return mixed either null, or instance of AclBase
* @throws CakeException when the given class is not an AclBase
* @param mixed $adapter Instance of AclInterface or a string name of the class to use. (optional)
* @return mixed either null, or the adapter implementation.
* @throws CakeException when the given class is not an instance of AclInterface
*/
public function adapter($adapter = null) {
if ($adapter) {
Expand Down

0 comments on commit 4e94ebe

Please sign in to comment.