Skip to content

Commit 9d0f356

Browse files
committed
fixing cs
1 parent 8421644 commit 9d0f356

10 files changed

Lines changed: 12 additions & 17 deletions

Command/ChangePasswordCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public function __construct(UserManipulator $userManipulator)
3434
$this->userManipulator = $userManipulator;
3535
}
3636

37-
3837
/**
3938
* {@inheritdoc}
4039
*/

Controller/GroupController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public function __construct(EventDispatcherInterface $eventDispatcher, FactoryIn
4545
$this->groupManager = $groupManager;
4646
}
4747

48-
4948
/**
5049
* Show all groups.
5150
*/

Controller/SecurityController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public function __construct(CsrfTokenManagerInterface $tokenManager = null)
2828
$this->tokenManager = $tokenManager;
2929
}
3030

31-
3231
/**
3332
* @param Request $request
3433
*

DependencyInjection/Compiler/CheckForMailerPass.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,5 @@ public function process(ContainerBuilder $container)
4141

4242
throw new \LogicException($message);
4343
}
44-
4544
}
4645
}

Tests/Command/ActivateUserCommandTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ public function testExecuteInteractiveWithQuestionHelper()
5858
}
5959

6060
/**
61-
* @param UserManipulator $manipulator
62-
* @param Application|null $application
61+
* @param UserManipulator $manipulator
62+
* @param Application|null $application
6363
*
6464
* @return CommandTester
6565
*/

Tests/Command/ChangePasswordCommandTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ public function testExecuteInteractiveWithQuestionHelper()
6262
}
6363

6464
/**
65-
* @param UserManipulator $container
66-
* @param Application|null $application
65+
* @param UserManipulator $container
66+
* @param Application|null $application
6767
*
6868
* @return CommandTester
6969
*/

Tests/Command/CreateUserCommandTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ public function testExecuteInteractiveWithQuestionHelper()
7070
}
7171

7272
/**
73-
* @param UserManipulator $manipulator
74-
* @param Application|null $application
73+
* @param UserManipulator $manipulator
74+
* @param Application|null $application
7575
*
7676
* @return CommandTester
7777
*/

Tests/Command/DeactivateUserCommandTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ public function testExecuteInteractiveWithQuestionHelper()
5858
}
5959

6060
/**
61-
* @param UserManipulator $manipulator
62-
* @param Application|null $application
61+
* @param UserManipulator $manipulator
62+
* @param Application|null $application
6363
*
6464
* @return CommandTester
6565
*/

Tests/Command/DemoteUserCommandTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ public function testExecuteInteractiveWithQuestionHelper()
6262
}
6363

6464
/**
65-
* @param UserManipulator $manipulator
66-
* @param Application|null $application
65+
* @param UserManipulator $manipulator
66+
* @param Application|null $application
6767
*
6868
* @return CommandTester
6969
*/

Tests/Command/PromoteUserCommandTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use PHPUnit\Framework\TestCase;
1717
use Symfony\Component\Console\Application;
1818
use Symfony\Component\Console\Tester\CommandTester;
19-
use Symfony\Component\DependencyInjection\ContainerInterface;
2019

2120
class PromoteUserCommandTest extends TestCase
2221
{
@@ -63,8 +62,8 @@ public function testExecuteInteractiveWithQuestionHelper()
6362
}
6463

6564
/**
66-
* @param UserManipulator $manipulator
67-
* @param Application|null $application
65+
* @param UserManipulator $manipulator
66+
* @param Application|null $application
6867
*
6968
* @return CommandTester
7069
*/

0 commit comments

Comments
 (0)