style(legacy): format using php-cs-fixer

This commit is contained in:
jo 2022-10-12 17:02:14 +02:00 committed by Jonas L
parent ca535d1a10
commit d73555fa65
10 changed files with 35 additions and 35 deletions

View file

@ -21,7 +21,7 @@ class Zend_Controller_Plugin_Acl extends Zend_Controller_Plugin_Abstract
* Constructor.
*
* @param mixed $aclData
* @param $roleName
* @param mixed $roleName
*/
public function __construct(Zend_Acl $aclData, $roleName = 'G')
{