Skip to content

Commit

Permalink
minor CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Jun 4, 2015
1 parent 5f161a2 commit 4a077ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JsonLd/Serializer/ItemNormalizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function __construct(
$this->contextBuilder = $contextBuilder;
$this->propertyAccessor = $propertyAccessor;

$this->setCircularReferenceHandler(function ($object) {
$this->setCircularReferenceHandler(function($object) {
return $this->iriConverter->getIriFromItem($object);
});
}
Expand Down

0 comments on commit 4a077ea

Please sign in to comment.