Skip to content

Commit 7dfdcb1

Browse files
committed
Fix CS
1 parent 8906a2a commit 7dfdcb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Api/IdentifiersExtractor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ public function getIdentifiersFromItem($item): array
7676
throw new RuntimeException(sprintf('No identifier found in "%s" through relation "%s" of "%s" used as identifier', $relatedResourceClass, $propertyName, $resourceClass));
7777
}
7878
}
79+
7980
return $identifiers;
8081
}
8182
}

0 commit comments

Comments
 (0)