Fix CS from scrutiniser-ci
This commit is contained in:
parent
c4210a5c6d
commit
1d5fe44ca4
17 changed files with 75 additions and 22 deletions
|
|
@ -69,6 +69,9 @@ class RepositoryManager implements RepositoryManagerInterface
|
|||
return 'FOS\ElasticaBundle\Repository';
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $entityName
|
||||
*/
|
||||
private function createRepository($entityName)
|
||||
{
|
||||
if (!class_exists($repositoryName = $this->getRepositoryName($entityName))) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue