Skip to content

Commit 86b03ce

Browse files
authored
Update src/Metadata/Resource/Factory/LinkFactory.php
1 parent a2c9129 commit 86b03ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Metadata/Resource/Factory/LinkFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ private function getIdentifiersFromResourceClass(string $resourceClass): array
139139
$hasIdProperty = 'id' === $property;
140140
}
141141

142-
if (true === $isIdentifier) {
142+
if ($isIdentifier) {
143143
$identifiers[] = $property;
144144
}
145145
}

0 commit comments

Comments
 (0)