Skip to content

Commit

Permalink
remove useless constructors
Browse files Browse the repository at this point in the history
  • Loading branch information
JoMessina committed May 27, 2024
1 parent aaf8ad0 commit a2925da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/Builder/Capacity/Lookup/Download.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ final class Download implements Builder
private Node\Expr|Node\Identifier|null $endpoint = null;
private ?Node\Expr $file = null;

public function __construct()
{
}

public function withEndpoint(Node\Expr|Node\Identifier $endpoint): self
{
$this->endpoint = $endpoint;
Expand Down
4 changes: 0 additions & 4 deletions src/Builder/ConditionalLookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ final class ConditionalLookup implements StepBuilderInterface
private iterable $alternatives = [];
private ?Node\Expr $client = null;

public function __construct()
{
}

public function withClient(Node\Expr $client): self
{
$this->client = $client;
Expand Down

0 comments on commit a2925da

Please sign in to comment.