1 Commits
2.0.7 ... 2.0.8

Author SHA1 Message Date
00c4ccc601 upd 2024-06-13 21:44:05 +03:00

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