Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 00c4ccc601 |
@@ -35,7 +35,7 @@ class VkUser implements ResourceOwnerInterface
|
|||||||
/**
|
/**
|
||||||
* Helper for getting user data
|
* 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;
|
return !empty($this->response[$key]) ? $this->response[$key] : null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user