Skip to content

Commit d2a6bf4

Browse files
committed
Fix CS
1 parent fe663bf commit d2a6bf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DataCollector/SecurityDataCollector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function __construct(TokenStorageInterface $tokenStorage = null, RoleHier
6363
*
6464
* @param \Throwable|null $exception
6565
*/
66-
public function collect(Request $request, Response $response/*, \Throwable $exception = null*/)
66+
public function collect(Request $request, Response $response/* , \Throwable $exception = null */)
6767
{
6868
if (null === $this->tokenStorage) {
6969
$this->data = [

Tests/Functional/UserPasswordEncoderCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ public function testEncodePasswordAsksNonProvidedUserClass()
284284
[2] Custom\Class\Test\User
285285
[3] Symfony\Component\Security\Core\User\User
286286
EOTXT
287-
, $this->passwordEncoderCommandTester->getDisplay(true));
287+
, $this->passwordEncoderCommandTester->getDisplay(true));
288288
}
289289

290290
public function testNonInteractiveEncodePasswordUsesFirstUserClass()

0 commit comments

Comments
 (0)