Skip to content

Commit

Permalink
nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhineng committed Dec 25, 2024
1 parent c4fdc5d commit 2c6879c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/AcsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
* @phpstan-type TCredentials array{
* key: string,
* secret: string,
* token?: string
* token?: ?string
* }
* @phpstan-type TConfig array{
* region: string,
* endpoint?: string,
* endpoint?: ?string,
* credentials: TCredentials,
* version?: string,
* http_client?: \Psr\Http\Client\ClientInterface
* version?: ?string,
* http_client?: ?\Psr\Http\Client\ClientInterface
* }
*/
abstract class AcsClient
Expand Down

0 comments on commit 2c6879c

Please sign in to comment.