mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-23 18:24:50 +03:00
Update php doc
This commit is contained in:
parent
6bf4313b03
commit
505bb2f921
@ -22,8 +22,9 @@ class Client implements ClientEntityInterface
|
||||
|
||||
/**
|
||||
* @var bool
|
||||
* @since version
|
||||
*/
|
||||
private $allowPlainTextPkce = true;
|
||||
private bool $allowPlainTextPkce = true;
|
||||
|
||||
public function setName(string $name): void
|
||||
{
|
||||
@ -32,6 +33,7 @@ class Client implements ClientEntityInterface
|
||||
|
||||
/**
|
||||
* @param string[] $redirectUri
|
||||
* @since version
|
||||
*/
|
||||
public function setRedirectUri(array $redirectUri): void
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user