Skip to content

Commit

Permalink
Minor: Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Jan 13, 2025
1 parent 19fa06f commit c04c17f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function transform($value): mixed
return null;
}

\assert(get_class($value) === $this->repository->getClassName());
\assert($value::class === $this->repository->getClassName());

return PropertyAccess::createPropertyAccessor()->getValue($value, $this->identifier);
}
Expand Down

0 comments on commit c04c17f

Please sign in to comment.