Skip to content

Commit

Permalink
Run CS fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
XWB committed Mar 4, 2018
1 parent 55e4fe1 commit 2f361d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion DependencyInjection/FOSCommentExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ public function load(array $configs, ContainerBuilder $container)
$container->getAlias('fos_comment.manager.comment')->setPublic(true);
$container->setAlias('fos_comment.manager.vote', $config['service']['manager']['vote']);
$container->getAlias('fos_comment.manager.vote')->setPublic(true);

}

protected function loadAcl(ContainerBuilder $container, array $config)
Expand Down
4 changes: 2 additions & 2 deletions Tests/Functional/app/Basic/security.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'firewalls' => array(
'main' => array(
'logout_on_user_change' => true,
)
)
),
),
));
}

0 comments on commit 2f361d6

Please sign in to comment.