Skip to content

Commit

Permalink
fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
JoMessina committed Nov 19, 2024
1 parent e0a290a commit 5178174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Builder/Capacity/Lookup/Get.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ final class Get implements Builder
private Node\Expr|Node\Identifier|null $endpoint = null;
private ?Node\Expr $identifier = null;
private ?Node\Expr $code = null;
private ?string $type = '';
private string $type = '';

public function withEndpoint(Node\Expr|Node\Identifier $endpoint): self
{
Expand Down

0 comments on commit 5178174

Please sign in to comment.