Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
comment
  • Loading branch information
mspirkov committed Apr 25, 2025
commit 6cd24a360b74261fea025a1d03ecea6dba2ea4b0
2 changes: 1 addition & 1 deletion src/BaseOAuth.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*
* @see https://oauth.net/
*
* @property OAuthToken|null $accessToken Auth token instance. Note that the type of this property differs in
* @property OAuthToken|null $accessToken Auth token instance or null. Note that the type of this property differs in
* getter and setter. See [[getAccessToken()]] and [[setAccessToken()]] for details.
* @property string $returnUrl Return URL.
* @property signature\BaseMethod $signatureMethod Signature method instance. Note that the type of this
Expand Down
Loading