Skip to content

Commit

Permalink
Fix doc block.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Feb 13, 2018
1 parent ba6ca8c commit dcf12c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Auth/AclTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,11 @@ protected function _getAcl($path = null) {
}

/**
* Returns the acl.ini file(s) as an array.
* Returns the found INI file(s) as an array.
*
* @param array|string|null $paths Paths to look for INI file
* @param string $file Full path to the INI file
* @return array List with all available roles
* @param array|string|null $paths Paths to look for INI files.
* @param string $file INI file name.
* @return array List with all found files.
*/
protected function _parseFiles($paths, $file) {
if ($paths === null) {
Expand Down

0 comments on commit dcf12c2

Please sign in to comment.