upd
This commit is contained in:
@@ -35,7 +35,7 @@ class VkUser implements ResourceOwnerInterface
|
||||
/**
|
||||
* Helper for getting user data
|
||||
*/
|
||||
protected function getField(string $key): mixed|null
|
||||
protected function getField(string $key): mixed
|
||||
{
|
||||
return !empty($this->response[$key]) ? $this->response[$key] : null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user