Merge pull request #505 from piotrantosik/fix_docblocks

Fix some block comment
This commit is contained in:
Tim Nagel 2014-03-25 15:48:18 +11:00
commit e83ea0b6c8
5 changed files with 14 additions and 4 deletions

View file

@ -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);