Skip to content

Commit 22ecd3a

Browse files
committed
fixes CS
1 parent 24fa93c commit 22ecd3a

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

Command/SetAclCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
use Symfony\Component\Security\Acl\Model\MutableAclProviderInterface;
2525

2626
/**
27-
* Sets ACL for objects
27+
* Sets ACL for objects.
2828
*
2929
* @author Kévin Dunglas <[email protected]>
3030
*/
@@ -162,7 +162,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
162162
}
163163

164164
/**
165-
* Gets the mask builder
165+
* Gets the mask builder.
166166
*
167167
* @return MaskBuilder
168168
*/

Tests/DependencyInjection/Fixtures/php/remember_me_options.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
$container->loadFromExtension('security', array(
34
'providers' => array(
45
'default' => array('id' => 'foo'),

Tests/Functional/Bundle/AclBundle/Entity/Car.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\AclBundle\Entity;
1313

1414
/**
15-
* Car
15+
* Car.
1616
*
1717
* @author Kévin Dunglas <[email protected]>
1818
*/

Tests/Functional/SetAclCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
use Symfony\Component\Security\Acl\Permission\BasicPermissionMap;
2222

2323
/**
24-
* Tests SetAclCommand
24+
* Tests SetAclCommand.
2525
*
2626
* @author Kévin Dunglas <[email protected]>
2727
*/

Tests/Functional/UserPasswordEncoderCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
use Symfony\Component\Security\Core\Encoder\Pbkdf2PasswordEncoder;
1919

2020
/**
21-
* Tests UserPasswordEncoderCommand
21+
* Tests UserPasswordEncoderCommand.
2222
*
2323
* @author Sarah Khalil <[email protected]>
2424
*/

0 commit comments

Comments
 (0)