We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c72d8b commit 2f1c81aCopy full SHA for 2f1c81a
Event/OAuthEvent.php
@@ -27,7 +27,7 @@ class OAuthEvent extends Event
27
private $user;
28
29
/**
30
- * @var \FOS\FOSOAuthServerBundle\Model\ClientInterface
+ * @var \FOS\OAuthServerBundle\Model\ClientInterface
31
*/
32
private $client;
33
@@ -37,7 +37,9 @@ class OAuthEvent extends Event
37
private $isAuthorizedClient;
38
39
40
- * @param UserInterface $user
+ * @param UserInterface $user
41
+ * @param ClientInterface $client
42
+ * @param Boolean $isAuthorizedClient
43
44
public function __construct(UserInterface $user, ClientInterface $client, $isAuthorizedClient = false)
45
{
0 commit comments