Update php doc

This commit is contained in:
Artem Vasilev 2024-03-12 13:48:34 +03:00
parent 6bf4313b03
commit 505bb2f921

View File

@ -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
{