CS fixes
This commit is contained in:
parent
cf9f7c6be8
commit
dd388e4b25
86 changed files with 535 additions and 483 deletions
|
|
@ -1,16 +1,16 @@
|
|||
<?php
|
||||
|
||||
namespace FOS\ElasticaBundle\Transformer;
|
||||
|
||||
/**
|
||||
* Maps Elastica documents with model objects
|
||||
*/
|
||||
interface HighlightableModelInterface
|
||||
{
|
||||
/**
|
||||
* Set ElasticSearch highlight data.
|
||||
*
|
||||
* @param array $highlights array of highlight strings
|
||||
*/
|
||||
public function setElasticHighlights(array $highlights);
|
||||
}
|
||||
<?php
|
||||
|
||||
namespace FOS\ElasticaBundle\Transformer;
|
||||
|
||||
/**
|
||||
* Maps Elastica documents with model objects.
|
||||
*/
|
||||
interface HighlightableModelInterface
|
||||
{
|
||||
/**
|
||||
* Set ElasticSearch highlight data.
|
||||
*
|
||||
* @param array $highlights array of highlight strings
|
||||
*/
|
||||
public function setElasticHighlights(array $highlights);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue