mirror of
https://github.com/Codappix/search_core.git
synced 2024-12-23 00:16:09 +01:00
TASK: Cleanup differences
We have some small differences between develop and support/76 branch. This differences are just CGL and should not exist.
This commit is contained in:
parent
0e69fbfc6f
commit
a469f63aa6
2 changed files with 1 additions and 5 deletions
|
@ -68,10 +68,6 @@ abstract class AbstractIndexer implements IndexerInterface
|
||||||
$this->identifier = $identifier;
|
$this->identifier = $identifier;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @param ConnectionInterface $connection
|
|
||||||
* @param ConfigurationContainerInterface $configuration
|
|
||||||
*/
|
|
||||||
public function __construct(ConnectionInterface $connection, ConfigurationContainerInterface $configuration)
|
public function __construct(ConnectionInterface $connection, ConfigurationContainerInterface $configuration)
|
||||||
{
|
{
|
||||||
$this->connection = $connection;
|
$this->connection = $connection;
|
||||||
|
|
|
@ -97,7 +97,7 @@ class RelationResolver implements Singleton
|
||||||
return array_map('trim', explode(',', $value));
|
return array_map('trim', explode(',', $value));
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getUtilityForMode(): string
|
protected function getUtilityForMode() : string
|
||||||
{
|
{
|
||||||
if (TYPO3_MODE === 'BE') {
|
if (TYPO3_MODE === 'BE') {
|
||||||
return BackendUtility::class;
|
return BackendUtility::class;
|
||||||
|
|
Loading…
Reference in a new issue