Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 7af9f27

Browse files
authored
Merge pull request #825 from h4kuna/fix-php-doc
Fix phpdoc
2 parents da23a30 + 7c62b6a commit 7af9f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facebook/Authentication/OAuth2Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ public function debugToken($accessToken)
125125
* Generates an authorization URL to begin the process of authenticating a user.
126126
*
127127
* @param string $redirectUrl The callback URL to redirect to.
128-
* @param array $scope An array of permissions to request.
129128
* @param string $state The CSPRNG-generated CSRF value.
129+
* @param array $scope An array of permissions to request.
130130
* @param array $params An array of parameters to generate URL.
131131
* @param string $separator The separator to use in http_build_query().
132132
*

0 commit comments

Comments
 (0)