Merge pull request #505 from piotrantosik/fix_docblocks
Fix some block comment
This commit is contained in:
commit
e83ea0b6c8
5 changed files with 14 additions and 4 deletions
|
|
@ -11,6 +11,9 @@ use FOS\ElasticaBundle\Logger\ElasticaLogger;
|
|||
*/
|
||||
class Client extends ElasticaClient
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function request($path, $method = Request::GET, $data = array(), array $query = array())
|
||||
{
|
||||
$start = microtime(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue