Skip to content

Commit e936512

Browse files
authored
Spell fix
1 parent 02b05e5 commit e936512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serializer/JsonApiSerializer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private function mapUrls(JsonApiTransformer $transformer, Router $router)
7070
$mappingProperty = $mappingClass->getProperty('relationshipSelfUrl');
7171
$mappingProperty->setAccessible(true);
7272
$relationshipSelfUrl = $mappingProperty->getValue($mapping);
73-
if (empty($relationshipSelfUrl) {
73+
if (empty($relationshipSelfUrl)) {
7474
$relationshipSelfUrl = [];
7575
}
7676
foreach ($relationshipSelfUrl as &$urlMember) {

0 commit comments

Comments
 (0)