@@ -54,7 +54,7 @@ |
||
| 54 | 54 | $this->propertyAccessor = $propertyAccessor ?: PropertyAccess::createPropertyAccessor(); |
| 55 | 55 | $this->resourceManager = $resourceManager; |
| 56 | 56 | |
| 57 | - $this->setCircularReferenceHandler(function ($object) { |
|
| 57 | + $this->setCircularReferenceHandler(function($object) { |
|
| 58 | 58 | return $this->iriConverter->getIriFromItem($object); |
| 59 | 59 | }); |
| 60 | 60 | } |