From 1486799a024a05125351556ecc1f8b9b7f61d029 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 15 Dec 2016 11:41:45 +0100 Subject: [PATCH] CLEANUP: Code Style Issues --- Classes/Connection/Elasticsearch.php | 2 +- Classes/Domain/Index/TcaIndexer/TcaTableService.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/Connection/Elasticsearch.php b/Classes/Connection/Elasticsearch.php index 42c4359..4cce11b 100644 --- a/Classes/Connection/Elasticsearch.php +++ b/Classes/Connection/Elasticsearch.php @@ -94,7 +94,7 @@ class Elasticsearch implements Singleton, ConnectionInterface { $this->withType( $documentType, - function ($type) use($identifier) { + function ($type) use ($identifier) { $type->deleteById($identifier); } ); diff --git a/Classes/Domain/Index/TcaIndexer/TcaTableService.php b/Classes/Domain/Index/TcaIndexer/TcaTableService.php index 9540c55..0f963c0 100644 --- a/Classes/Domain/Index/TcaIndexer/TcaTableService.php +++ b/Classes/Domain/Index/TcaIndexer/TcaTableService.php @@ -263,7 +263,7 @@ class TcaTableService */ protected function isBlackListedRootLineConfigured() { - return (bool) $this->configuration->getIfExists('index', 'rootLineBlacklist'); + return (bool) $this->configuration->getIfExists('index', 'rootLineBlacklist'); } /**