File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ class OAuthEvent extends Event
32
32
private $ client ;
33
33
34
34
/**
35
- * @var Boolean
35
+ * @var bool
36
36
*/
37
37
private $ isAuthorizedClient ;
38
38
39
39
/**
40
40
* @param UserInterface $user
41
41
* @param ClientInterface $client
42
- * @param Boolean $isAuthorizedClient
42
+ * @param bool $isAuthorizedClient
43
43
*/
44
44
public function __construct (UserInterface $ user , ClientInterface $ client , $ isAuthorizedClient = false )
45
45
{
@@ -57,15 +57,15 @@ public function getUser()
57
57
}
58
58
59
59
/**
60
- * @param Boolean $isAuthorizedClient
60
+ * @param bool $isAuthorizedClient
61
61
*/
62
62
public function setAuthorizedClient ($ isAuthorizedClient )
63
63
{
64
64
$ this ->isAuthorizedClient = $ isAuthorizedClient ;
65
65
}
66
66
67
67
/**
68
- * @return Boolean
68
+ * @return bool
69
69
*/
70
70
public function isAuthorizedClient ()
71
71
{
You can’t perform that action at this time.
0 commit comments