mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 12:36:11 +01:00
CLEANUP: Code Style Issues
This commit is contained in:
parent
499b9d0500
commit
1486799a02
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ class Elasticsearch implements Singleton, ConnectionInterface
|
|||
{
|
||||
$this->withType(
|
||||
$documentType,
|
||||
function ($type) use($identifier) {
|
||||
function ($type) use ($identifier) {
|
||||
$type->deleteById($identifier);
|
||||
}
|
||||
);
|
||||
|
|
|
@ -263,7 +263,7 @@ class TcaTableService
|
|||
*/
|
||||
protected function isBlackListedRootLineConfigured()
|
||||
{
|
||||
return (bool) $this->configuration->getIfExists('index', 'rootLineBlacklist');
|
||||
return (bool) $this->configuration->getIfExists('index', 'rootLineBlacklist');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue