Skip to content

Commit 1708df6

Browse files
test
1 parent 4208096 commit 1708df6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Hal/Serializer/ItemNormalizer.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ public function getSupportedTypes($format): array
8484
*/
8585
public function normalize(mixed $object, ?string $format = null, array $context = []): array|string|int|float|bool|\ArrayObject|null
8686
{
87-
/*if ($this->isHalCircularReference($object, $context)) {
88-
return $this->handleHalCircularReference($object, $format, $context);
89-
}*/
87+
if ($this->isHalCircularReference($object, $context)) {
88+
//return $this->handleHalCircularReference($object, $format, $context);
89+
}
9090

9191
$resourceClass = $this->getObjectClass($object);
9292
if ($this->getOutputClass($context)) {

0 commit comments

Comments
 (0)