mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix doc errors in Component/Acl.
This commit is contained in:
parent
849ad9a4f5
commit
07b43403fb
1 changed files with 3 additions and 3 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue