Skip to content

Commit 258521e

Browse files
committed
Merge pull request #341 from borNfreee/patch-1
Fix incorrect phpdoc return type
2 parents efd8a13 + 01eb76f commit 258521e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Controller/TokenController.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use Symfony\Component\HttpFoundation\Request;
1515
use OAuth2\OAuth2;
1616
use OAuth2\OAuth2ServerException;
17+
use Symfony\Component\HttpFoundation\Response;
1718

1819
class TokenController
1920
{
@@ -32,7 +33,7 @@ public function __construct(OAuth2 $server)
3233

3334
/**
3435
* @param Request $request
35-
* @return type
36+
* @return Response
3637
*/
3738
public function tokenAction(Request $request)
3839
{

0 commit comments

Comments
 (0)