Commit 60948641 authored by Dorian Villet's avatar Dorian Villet

Fix trailing whitespaces.

parent 26b6ed3b
...@@ -80,10 +80,10 @@ class BufferedAdd extends Plugin ...@@ -80,10 +80,10 @@ class BufferedAdd extends Plugin
* @var DocumentInterface[] * @var DocumentInterface[]
*/ */
protected $buffer = array(); protected $buffer = array();
/** /**
* End point to execute updates against. * End point to execute updates against.
* *
* @var string * @var string
*/ */
protected $endpoint; protected $endpoint;
...@@ -100,12 +100,12 @@ class BufferedAdd extends Plugin ...@@ -100,12 +100,12 @@ class BufferedAdd extends Plugin
{ {
$this->updateQuery = $this->client->createUpdate(); $this->updateQuery = $this->client->createUpdate();
} }
/** /**
* Set the endpoint for the documents * Set the endpoint for the documents
* *
* @param string $endpoint The endpoint to set * @param string $endpoint The endpoint to set
* *
* @return self * @return self
*/ */
public function setEndpoint($endpoint) public function setEndpoint($endpoint)
...@@ -113,10 +113,10 @@ class BufferedAdd extends Plugin ...@@ -113,10 +113,10 @@ class BufferedAdd extends Plugin
$this->endpoint = $endpoint; $this->endpoint = $endpoint;
return $this; return $this;
} }
/** /**
* Return the endpoint * Return the endpoint
* *
* @return string * @return string
*/ */
public function getEndPoint() 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