Skip to content

Commit

Permalink
Merge 6f9c245 into 2a14999
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed May 15, 2019
2 parents 2a14999 + 6f9c245 commit 66afd49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Kunstmaan/AdminBundle/Command/UpdateAclCommand.php
Expand Up @@ -28,7 +28,7 @@ class UpdateAclCommand extends ContainerAwareCommand
/** @var EntityManagerInterface */
private $em;

/** @var */
/** @var array */
private $roles;

public function __construct(/*AclManager*/ $aclManager = null, EntityManagerInterface $em = null, PermissionMapInterface $permissionMap = null, array $roles = null)
Expand Down
Expand Up @@ -31,6 +31,7 @@ class TranslationGroup
/**
* The domain name of this group
*
* @var string
**/
private $domain;

Expand Down
Expand Up @@ -23,7 +23,7 @@ class RolesController extends BaseSettingsController
/**
* List roles
*
* @Route ("/", name="KunstmaanUserManagementBundle_settings_roles")
* @Route("/", name="KunstmaanUserManagementBundle_settings_roles")
* @Template("KunstmaanAdminListBundle:Default:list.html.twig")
*
* @throws AccessDeniedException
Expand Down

0 comments on commit 66afd49

Please sign in to comment.