Commit 60948641 authored by Dorian Villet's avatar Dorian Villet

Fix trailing whitespaces.

parent 26b6ed3b
......@@ -80,10 +80,10 @@ class BufferedAdd extends Plugin
* @var DocumentInterface[]
*/
protected $buffer = array();
/**
* End point to execute updates against.
*
*
* @var string
*/
protected $endpoint;
......@@ -100,12 +100,12 @@ class BufferedAdd extends Plugin
{
$this->updateQuery = $this->client->createUpdate();
}
/**
* Set the endpoint for the documents
*
*
* @param string $endpoint The endpoint to set
*
*
* @return self
*/
public function setEndpoint($endpoint)
......@@ -113,10 +113,10 @@ class BufferedAdd extends Plugin
$this->endpoint = $endpoint;
return $this;
}
/**
* Return the endpoint
*
*
* @return string
*/
public function getEndPoint()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment