Skip to content

Commit

Permalink
fix promoted property
Browse files Browse the repository at this point in the history
  • Loading branch information
vsouz4 committed Aug 16, 2024
1 parent 5078851 commit 345d8d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Generator/ClientGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
class ClientGenerator extends GeneratorAbstract
{
public function __construct(
protected string $baseNamespace,
protected CodeBuilder $builder,
protected PhpVersion $phpVersion,
string $baseNamespace,
CodeBuilder $builder,
PhpVersion $phpVersion,
private array $includeTags,
private array $excludeTags
) {
Expand Down

0 comments on commit 345d8d0

Please sign in to comment.