Skip to content

Commit 2f1c81a

Browse files
committed
Fixed phpdoc annotations
1 parent 0c72d8b commit 2f1c81a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Event/OAuthEvent.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class OAuthEvent extends Event
2727
private $user;
2828

2929
/**
30-
* @var \FOS\FOSOAuthServerBundle\Model\ClientInterface
30+
* @var \FOS\OAuthServerBundle\Model\ClientInterface
3131
*/
3232
private $client;
3333

@@ -37,7 +37,9 @@ class OAuthEvent extends Event
3737
private $isAuthorizedClient;
3838

3939
/**
40-
* @param UserInterface $user
40+
* @param UserInterface $user
41+
* @param ClientInterface $client
42+
* @param Boolean $isAuthorizedClient
4143
*/
4244
public function __construct(UserInterface $user, ClientInterface $client, $isAuthorizedClient = false)
4345
{

0 commit comments

Comments
 (0)