mirror of
https://github.com/Codappix/search_core.git
synced 2024-12-23 05:16:11 +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;
|
||||||
|
|
Loading…
Reference in a new issue