Skip to content

Commit db61591

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: fixes CS
2 parents 9ca96be + 22ecd3a commit db61591

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-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 <kevin@les-tilleuls.coop>
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/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 <kevin@les-tilleuls.coop>
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 <kevin@les-tilleuls.coop>
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 <mkhalil.sarah@gmail.com>
2424
*/

0 commit comments

Comments
 (0)