Skip to content

Commit

Permalink
code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
skie committed Jul 13, 2023
1 parent 7170a3f commit 06c0bd6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/TestCase/Controller/Traits/UserValidationTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,19 +265,19 @@ public function testResendTokenValidationNotFound()
->with($this->loginUrl());
$this->Trait->resendTokenValidation();
}

/**
* Login redirect url.
*
* @return array
*/
protected function loginUrl(): array
{
return [
'action' => 'login',
'prefix' => false,
'plugin' => 'CakeDC/Users',
'controller' => 'Users',
];
}
protected function loginUrl(): array
{
return [
'action' => 'login',
'prefix' => false,
'plugin' => 'CakeDC/Users',
'controller' => 'Users',
];
}
}

0 comments on commit 06c0bd6

Please sign in to comment.