Skip to content

Commit d4dcf42

Browse files
committed
phpcs fix
1 parent cc14088 commit d4dcf42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Admin/src/Controller/AdminController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public function loginAction(): ResponseInterface
209209
$adapter = $this->authenticationService->getAdapter();
210210

211211
/** @var array $data */
212-
$data = $form->getData();
212+
$data = $form->getData();
213213
$adapter->setIdentity($data['username']);
214214
$adapter->setCredential($data['password']);
215215
$authResult = $this->authenticationService->authenticate();

0 commit comments

Comments
 (0)