Skip to content

Commit 34ece54

Browse files
committed
quality fix
1 parent 834bda5 commit 34ece54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Metadata/Extractor/XmlExtractor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ protected function extractPath(string $path)
4646
'itemOperations' => $this->getAttributes($resource, 'itemOperation') ?: null,
4747
'collectionOperations' => $this->getAttributes($resource, 'collectionOperation') ?: null,
4848
'attributes' => $this->getAttributes($resource, 'attribute') ?: null,
49-
'properties' => $this->getProperties($resource, $resourceClass) ?: null,
49+
'properties' => $this->getProperties($resource) ?: null,
5050
];
5151
}
5252
}

0 commit comments

Comments
 (0)