Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Nov 25, 2024
1 parent 7023674 commit 91e3b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Asset/Patcher/Adapter/MetadataAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private function processNewMetadataEntry(array $metadata): array
throw new InvalidArgumentException('Metadata name is required');
}

if(in_array($metadata['name'], CustomMetadataServiceInterface::DEFAULT_METADATA, true)) {
if (in_array($metadata['name'], CustomMetadataServiceInterface::DEFAULT_METADATA, true)) {
return $this->addDefaultMetadata($metadata);
}

Expand Down

0 comments on commit 91e3b03

Please sign in to comment.