We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050e14a commit 82bbaa4Copy full SHA for 82bbaa4
src/LinkedIn.php
@@ -478,24 +478,6 @@ protected function setState($state)
478
return $this;
479
}
480
481
- /**
482
- * Get the id of the current user.
483
- *
484
- * @return string|null returns null if no user found
485
486
- * @deprecated will be removed in 0.6
487
- */
488
- public function getUserId()
489
- {
490
- $user = $this->getUser();
491
-
492
- if (isset($user['id'])) {
493
- return $user['id'];
494
- }
495
496
- return;
497
498
499
/**
500
* Get the app id.
501
*
0 commit comments