Skip to content

Commit

Permalink
Fix TypeScript Transformer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Oct 7, 2024
1 parent de9ca78 commit d3113c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function (string $carry, ReflectionProperty $property) use ($isOptional, $dataCl
$transformed = $this->typeToTypeScript(
$type,
$missingSymbols,
$property->getDeclaringClass()->getName(),
currentClass: $property->getDeclaringClass()->getName(),
);

$propertyName = $dataProperty->outputMappedName ?? $dataProperty->name;
Expand Down

0 comments on commit d3113c6

Please sign in to comment.