We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b5c09 commit 2f3f6d1Copy full SHA for 2f3f6d1
src/Service/SearchIndex/IndexService/IndexHandler/DataObjectIndexHandler.php
@@ -96,7 +96,7 @@ private function getStandardFieldsMapping(?ClassDefinition $classDefinition): ar
96
97
private function fireEventAndGetCustomFieldsMapping(?ClassDefinition $classDefinition, array $customFields): array
98
{
99
- if($classDefinition === null) {
+ if ($classDefinition === null) {
100
$extractMappingEvent = new ExtractFolderMappingEvent($customFields);
101
} else {
102
$extractMappingEvent = new ExtractMappingEvent($classDefinition, $customFields);
0 commit comments