Skip to content

Commit

Permalink
Better Anonym class compatibility II
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed May 23, 2024
1 parent 4f64927 commit 70bbdb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Ease/Anonym.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,11 @@ public function getPermission(/** @scrutinizer ignore-unused */ $permKeyword = n
/**
* Annonym cannot be signed in
*
* @param array $formData FormData
*
* @return bool
*/
public function tryToLogin(){
public function tryToLogin($formData){
return false;
}

Expand Down

0 comments on commit 70bbdb8

Please sign in to comment.