Skip to content

Commit

Permalink
fixes CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Aug 24, 2015
1 parent 24fa93c commit 22ecd3a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Command/SetAclCommand.php
Expand Up @@ -24,7 +24,7 @@
use Symfony\Component\Security\Acl\Model\MutableAclProviderInterface;

/**
* Sets ACL for objects
* Sets ACL for objects.
*
* @author Kévin Dunglas <kevin@les-tilleuls.coop>
*/
Expand Down Expand Up @@ -162,7 +162,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
}

/**
* Gets the mask builder
* Gets the mask builder.
*
* @return MaskBuilder
*/
Expand Down
@@ -1,4 +1,5 @@
<?php

$container->loadFromExtension('security', array(
'providers' => array(
'default' => array('id' => 'foo'),
Expand Down
2 changes: 1 addition & 1 deletion Tests/Functional/Bundle/AclBundle/Entity/Car.php
Expand Up @@ -12,7 +12,7 @@
namespace Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\AclBundle\Entity;

/**
* Car
* Car.
*
* @author Kévin Dunglas <kevin@les-tilleuls.coop>
*/
Expand Down
2 changes: 1 addition & 1 deletion Tests/Functional/SetAclCommandTest.php
Expand Up @@ -21,7 +21,7 @@
use Symfony\Component\Security\Acl\Permission\BasicPermissionMap;

/**
* Tests SetAclCommand
* Tests SetAclCommand.
*
* @author Kévin Dunglas <kevin@les-tilleuls.coop>
*/
Expand Down
2 changes: 1 addition & 1 deletion Tests/Functional/UserPasswordEncoderCommandTest.php
Expand Up @@ -18,7 +18,7 @@
use Symfony\Component\Security\Core\Encoder\Pbkdf2PasswordEncoder;

/**
* Tests UserPasswordEncoderCommand
* Tests UserPasswordEncoderCommand.
*
* @author Sarah Khalil <mkhalil.sarah@gmail.com>
*/
Expand Down

0 comments on commit 22ecd3a

Please sign in to comment.