Skip to content

Commit

Permalink
Update ScraperSkeleton.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wapmorgan authored Jan 30, 2023
1 parent 8234b41 commit 387b8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ScraperSkeleton.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ abstract class ScraperSkeleton extends ErrorableObject
];

public array $defaultSecurityScheme = [];
public ?array $_securitySchemesCached;
public ?array $_securitySchemesCached = null;

/**
* @return ApiKeySecurityScheme[]
Expand Down

0 comments on commit 387b8d7

Please sign in to comment.