mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
Fixing linting issue that couldn't be automatically resolved
This commit is contained in:
parent
3e8b7f50a4
commit
97891b5fa3
@ -105,8 +105,8 @@ class SearchUpdater
|
|||||||
'command' => $command,
|
'command' => $command,
|
||||||
'fields' => array()
|
'fields' => array()
|
||||||
);
|
);
|
||||||
} // Otherwise update the class label if it's more specific than the currently recorded one
|
} elseif (is_subclass_of($class, $writes[$key]['class'])) {
|
||||||
elseif (is_subclass_of($class, $writes[$key]['class'])) {
|
// Otherwise update the class label if it's more specific than the currently recorded one
|
||||||
$writes[$key]['class'] = $class;
|
$writes[$key]['class'] = $class;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user