Skip to content

Commit

Permalink
Fix doc errors in Component/Acl.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jun 6, 2014
1 parent 849ad9a commit 07b4340
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Cake/Controller/Component/Acl/PhpAcl.php
Expand Up @@ -407,9 +407,9 @@ class PhpAro {
/**
* Constructor
*
* @param array $aro
* @param array $map
* @param array $aliases
* @param array $aro The aro data
* @param array $map The identifier mappings
* @param array $aliases The aliases to map.
*/
public function __construct(array $aro = array(), array $map = array(), array $aliases = array()) {
if (!empty($map)) {
Expand Down

0 comments on commit 07b4340

Please sign in to comment.