Skip to content

Commit

Permalink
Merge branch 'feat/security-specification' of github.com:dedoc/docume…
Browse files Browse the repository at this point in the history
…ntor into feat/security-specification
  • Loading branch information
romalytvynenko committed Feb 9, 2025
2 parents 21686ae + 89342df commit 139dc64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Support/Generator/OpenApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class OpenApi
public array $paths = [];

/** @var SecurityRequirement[]|null */
public array|null $security = [];
public ?array $security = [];

public function __construct(string $version)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Support/Generator/SecurityRequirement.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class SecurityRequirement
{
/**
* @var array<string, string[]> $items
* @var array<string, string[]>
*/
private array $items = [];

Expand Down

0 comments on commit 139dc64

Please sign in to comment.