Skip to content

Commit 6d7fc91

Browse files
jderusseqdequippe
authored andcommitted
Fix deprecations
1 parent 744fbba commit 6d7fc91

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Provider/SymfonyConnectResourceOwner.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ public function __construct($response)
3535
$this->data = $user->item(0);
3636
}
3737

38+
/**
39+
* @return mixed
40+
**/
3841
public function getId()
3942
{
4043
return $this->data->attributes->getNamedItem('id')->value;

0 commit comments

Comments
 (0)