Skip to content

Commit

Permalink
Fix type of region provider
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Nov 25, 2024
1 parent c859372 commit 5233e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Region.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @property-read bool $available
* @property-read bool $private
* @property-read string $zone
* @property-read string $provider
* @property-read array{name: string} $provider
* @property-read string $endpoint
*/
class Region extends ApiResourceBase
Expand Down

0 comments on commit 5233e52

Please sign in to comment.