Skip to content

Commit

Permalink
rector
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Oct 9, 2024
1 parent fa297f7 commit 2f7e4f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public function getObjectMapper(
return $this->objectMapperCache[$sourceClass][$targetClass] = $objectMapper;
}

#[\Override]
public function warmingGetObjectMapper(
string $sourceClass,
string $targetClass,
Expand Down
2 changes: 2 additions & 0 deletions src/Transformer/Implementation/ObjectMapperTransformer.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public function transform(
);
}

#[\Override]
public function warmingTransform(
Type $sourceType,
Type $targetType,
Expand All @@ -118,6 +119,7 @@ public function warmingTransform(
}
}

#[\Override]
public function isWarmable(): bool
{
return true;
Expand Down

0 comments on commit 2f7e4f6

Please sign in to comment.