This commit is contained in:
2024-06-13 21:44:05 +03:00
parent 792abd4aa9
commit 00c4ccc601

View File

@@ -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;
} }