Skip to content

Commit e007993

Browse files
committed
Fix coding standards
1 parent 5b90331 commit e007993

27 files changed

+23
-12
lines changed

Command/ActivateUserCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* @author Antoine Hérault <[email protected]>
2323
*
2424
* @internal
25+
*
2526
* @final
2627
*/
2728
class ActivateUserCommand extends Command

Command/ChangePasswordCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
/**
2222
* @internal
23+
*
2324
* @final
2425
*/
2526
class ChangePasswordCommand extends Command

Command/CreateUserCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* @author Luis Cordova <[email protected]>
2626
*
2727
* @internal
28+
*
2829
* @final
2930
*/
3031
class CreateUserCommand extends Command

Command/DeactivateUserCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* @author Antoine Hérault <[email protected]>
2323
*
2424
* @internal
25+
*
2526
* @final
2627
*/
2728
class DeactivateUserCommand extends Command

Command/DemoteUserCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* @author Lenar Lõhmus <[email protected]>
2020
*
2121
* @internal
22+
*
2223
* @final
2324
*/
2425
class DemoteUserCommand extends RoleCommand

Command/PromoteUserCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* @author Lenar Lõhmus <[email protected]>
2222
*
2323
* @internal
24+
*
2425
* @final
2526
*/
2627
class PromoteUserCommand extends RoleCommand

DependencyInjection/Compiler/CheckForSessionPass.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* @author Ryan Weaver <[email protected]>
2222
*
2323
* @internal
24+
*
2425
* @final
2526
*/
2627
class CheckForSessionPass implements CompilerPassInterface

DependencyInjection/Compiler/CheckForSwiftMailerPass.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* @author Ryan Weaver <[email protected]>
2222
*
2323
* @internal
24+
*
2425
* @final
2526
*/
2627
class CheckForSwiftMailerPass implements CompilerPassInterface

DependencyInjection/Compiler/InjectRememberMeServicesPass.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* @author Vasily Khayrulin <[email protected]>
2222
*
2323
* @internal
24+
*
2425
* @final
2526
*/
2627
class InjectRememberMeServicesPass implements CompilerPassInterface

DependencyInjection/Compiler/InjectUserCheckerPass.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* @author Gocha Ossinkine <[email protected]>
2222
*
2323
* @internal
24+
*
2425
* @final
2526
*/
2627
class InjectUserCheckerPass implements CompilerPassInterface

0 commit comments

Comments
 (0)