Skip to content

Commit

Permalink
strict types update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Oct 10, 2024
1 parent f3f928b commit 0953c11
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/Ease/Anonym.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,9 @@ public function getPermission(string $permKeyword): ?string
}

/**
* Annonym cannot be signed in.
*
* @param array $formData FormData
*
* @return bool
* Anonym cannot be signed in.
*/
public function tryToLogin($formData)
public function tryToLogin(array $formData): bool
{
return false;
}
Expand Down

0 comments on commit 0953c11

Please sign in to comment.