fix: [return type] validation removed

cli-modification-summary
iglocska 2022-10-25 11:01:23 +02:00
parent 84537c52f9
commit 9a8372be12
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ class AuthKeycloakBehavior extends Behavior
return false; return false;
} }
private function createUser(array $user, string $clientId, array $rolesParsed): string|bool private function createUser(array $user, string $clientId, array $rolesParsed)
{ {
$newUser = [ $newUser = [
'username' => $user['username'], 'username' => $user['username'],